14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/web.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"#/*": ["../apps/web-antdv-next/src/*"],
|
|
"@test-source/*": ["../*"]
|
|
},
|
|
"types": ["node", "vite/client", "vitest/globals"]
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.tsx"],
|
|
"exclude": ["./e2e/**"]
|
|
}
|