mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 09:02:58 +01:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "./dist",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "ES2022",
|
|
"sourceMap": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|