19 lines
339 B
JSON
19 lines
339 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"lib": [
|
|
"webworker",
|
|
"esnext"
|
|
],
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"noUnusedLocals": true,
|
|
"sourceMap": true,
|
|
"allowJs": false,
|
|
"baseUrl": "."
|
|
}
|
|
}
|