mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node Config",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"lib": ["ESNext"],
|
|
"baseUrl": "./",
|
|
"types": ["node"],
|
|
"noImplicitAny": true
|
|
}
|
|
}
|