15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outDir": "./build",
|
|
"strict":true,
|
|
"esModuleInterop":true,
|
|
"inlineSourceMap":true
|
|
},
|
|
"exclude":["node_modules"]
|
|
}
|