Files
lingniu-platform/idp/frontend/tsconfig.node.json
2026-02-09 11:24:51 +08:00

16 lines
335 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
}
},
"include": ["vite.config.ts", "vite/**/*.ts"]
}