mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Vue Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM"],
|
|
"noImplicitAny": false
|
|
}
|
|
}
|