home-cert-assistant/frontend/tsconfig.node.json
Torge Hamann 254f2f09ec
🎉 Initial template frontend setup (#1)
* Initial frontend setup

* Adapt template to home cert manager
2024-11-17 17:47:13 +01:00

19 lines
414 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}