admin-vben5/apps/web-antd/tsconfig.json

13 lines
330 B
JSON
Raw Permalink Normal View History

2024-05-19 21:20:42 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web-app.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
2024-06-16 23:40:52 +08:00
"#/*": ["./src/*"]
2024-05-19 21:20:42 +08:00
}
},
"references": [{ "path": "./tsconfig.node.json" }],
2024-08-08 16:07:09 +08:00
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "types/**/*.d.ts"]
2024-05-19 21:20:42 +08:00
}