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