laf/web/tsconfig.node.json
2023-03-08 13:03:48 +08:00

13 lines
257 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"composite": true,
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}