MCSManager/frontend/tsconfig.node.json

17 lines
318 B
JSON
Raw Normal View History

2023-08-20 22:57:10 +08:00
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"module": "ESNext",
2023-08-31 18:18:06 +08:00
"moduleResolution": "node",
2023-08-20 22:57:10 +08:00
"types": ["node"]
}
}