17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"removeComments": false,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
} |