Files
fe/tsconfig.node.json
2025-10-31 15:12:57 +08:00

16 lines
354 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"target": "ES2020",
"lib": ["ES2020"],
"strict": true,
"noEmit": false,
"outDir": "./dist/types",
"allowJs": true
},
"include": ["webpack.config.js"]
}