mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"target": "es2017",
|
|
"module": "ESNext",
|
|
"allowJs": false,
|
|
"moduleResolution": "Node",
|
|
"typeRoots": [ "wwwroot/lib/@types/"]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"obj",
|
|
"bin"
|
|
],
|
|
"compileOnSave": true
|
|
}
|