Files
htwkalender-pwa/frontend/tsconfig.node.json

17 lines
317 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"types": ["node"],
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
]
}