Files
OpenDTU/webapp/tsconfig.config.json

19 lines
342 B
JSON
Raw Normal View History

2022-10-17 19:18:45 +02:00
{
2023-04-24 20:21:51 +02:00
"extends": [
"@tsconfig/node22/tsconfig.json",
2023-04-24 20:21:51 +02:00
"@vue/tsconfig/tsconfig.json"
],
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*"
],
"compilerOptions": {
2023-12-18 21:24:52 +01:00
"noEmit": false,
2023-04-24 20:21:51 +02:00
"composite": true,
"types": [
"node"
]
}
}