mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
23 lines
395 B
JSON
23 lines
395 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"inlineSourceMap": true,
|
||
|
"inlineSources": true,
|
||
|
"module": "ESNext",
|
||
|
"target": "es6",
|
||
|
"allowJs": true,
|
||
|
"noImplicitAny": true,
|
||
|
"moduleResolution": "node",
|
||
|
"importHelpers": true,
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es5",
|
||
|
"scripthost",
|
||
|
"es2015"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts"
|
||
|
]
|
||
|
}
|