19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
|
|
"include": [
|
|
"./**.ts"
|
|
],
|
|
"exclude": [
|
|
"./dist"
|
|
],
|
|
} |