16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"noImplicitAny": true,
|
|
"allowJs": true
|
|
},
|
|
"exclude": [ "dist", "temp" ]
|
|
}
|