mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
12 lines
310 B
JSON
12 lines
310 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/web-app.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"#/*": ["./src/*"]
|
|
}
|
|
},
|
|
"references": [{ "path": "./tsconfig.node.json" }],
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "types/**/*.d.ts"]
|
|
}
|