25 lines
438 B
JSON
25 lines
438 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitReturns": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": false,
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
],
|
||
|
"target": "es2017",
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"compileOnSave": true,
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"../../node_modules"
|
||
|
],
|
||
|
"awesomeTypescriptLoaderOptions": {
|
||
|
"reportFiles": [
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|
||
|
}
|