yl-frontend/tsconfig.node.json

16 lines
295 B
JSON
Raw Permalink Normal View History

2024-12-05 21:56:49 +08:00
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"module": "Node16",
"moduleResolution": "Node16",
"types": ["node"]
}
}