OpenDTU/webapp/tsconfig.config.json
2023-12-18 21:24:52 +01:00

18 lines
341 B
JSON

{
"extends": [
"@tsconfig/node18/tsconfig.json",
"@vue/tsconfig/tsconfig.json"
],
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*"
],
"compilerOptions": {
"noEmit": false,
"composite": true,
"types": [
"node"
]
}
}