19 lines
396 B
JSON
19 lines
396 B
JSON
|
|
{
|
||
|
|
"compileOnSave": true,
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es6",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"strict": true,
|
||
|
|
"alwaysStrict": true,
|
||
|
|
"declaration": true,
|
||
|
|
"outDir": ".",
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"suppressImplicitAnyIndexErrors": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"index.ts"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules"
|
||
|
|
]
|
||
|
|
}
|