mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 05:12:24 +00:00
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node Config",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"baseUrl": "./",
|
|
"composite": false,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|