Files
pxdj/pxdj-front-uni/tsconfig.json
2025-10-24 17:12:18 +08:00

24 lines
406 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
},
"exclude": [
"node_modules"
],
"include": [
"src/auto-import/components.d.ts",
"src/auto-import/imports.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
]
}