mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 08:48:35 +08: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__"]
|
|
}
|