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

13 lines
311 B
JSON
Raw Normal View History

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