Files

18 lines
386 B
JSON
Raw Permalink Normal View History

2024-12-09 12:27:18 +01:00
{
"extends": "@tsconfig/node24/tsconfig.json",
2024-12-09 12:27:18 +01:00
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
2025-11-13 13:23:28 +01:00
"nightwatch.conf.*"
2024-12-09 12:27:18 +01:00
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
2025-11-13 13:33:14 +01:00
"types": ["node"]
2024-12-09 12:27:18 +01:00
}
}