mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2026-05-18 05:07:55 +00:00
10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"noEmit": false
|
|
},
|
|
"exclude": ["node_modules", "src/__tests__"]
|
|
}
|