mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
18 lines
293 B
JSON
18 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"target": "es2017",
|
|
"module": "es2015",
|
|
"allowJs": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"obj",
|
|
"bin"
|
|
],
|
|
"compileOnSave": true
|
|
}
|