vulpine-fe/tsconfig.node.json

12 lines
303 B
JSON
Raw Normal View History

2023-12-19 17:40:02 +01:00
{
"extends": "@tsconfig/node18/tsconfig.json",
2023-12-20 22:26:25 +01:00
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
2023-12-19 17:40:02 +01:00
}