21 lines
378 B
JSON
21 lines
378 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"incremental": true,
|
||
|
"inlineSourceMap": true,
|
||
|
"lib": [ "es6" ],
|
||
|
"module": "commonjs",
|
||
|
"noImplicitReturns": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"strict": true,
|
||
|
"target": "es5",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"*": [
|
||
|
"node_modules/*",
|
||
|
"src/types/*",
|
||
|
],
|
||
|
},
|
||
|
}
|
||
|
}
|