Files
x_admin/admin/tsconfig.json
xiangheng 8eb583397d init
2023-11-24 16:46:30 +08:00

20 lines
391 B
JSON

{
"include": [
"global.d.ts",
"src/**/*",
"src/**/*.vue",
"components.d.ts",
"auto-imports.d.ts",
"typings/**/*.d.ts"
],
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"isolatedModules": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}