mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 14:14:12 +01:00
28 lines
548 B
JSON
28 lines
548 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": false,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
".iobroker/types",
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.ts",
|
|
"./.iobroker/types/javascript.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
} |