mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 17:12:58 +01:00
11 lines
235 B
JSON
11 lines
235 B
JSON
|
{
|
||
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"outDir": "./dist",
|
||
|
"module": "ES2022",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"target": "es6",
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|