Files
fe/tsconfig.node.json
2025-10-31 14:26:32 +08:00

10 lines
215 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["webpack.config.js"]
}