mirror of
https://github.com/KwiTsukasa/kt-template-admin.git
synced 2026-05-27 16:35:47 +08:00
15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Web Package",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"useDefineForClassFields": true,
|
|
"moduleResolution": "bundler",
|
|
"types": ["@vben/tsconfig/types/vben-web"],
|
|
"declaration": false
|
|
}
|
|
}
|