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