mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Web Application",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"useDefineForClassFields": true,
|
|
"moduleResolution": "bundler",
|
|
"declaration": true,
|
|
"noEmit": false
|
|
}
|
|
}
|