mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node Config",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"noEmit": true,
|
|
"baseUrl": "./"
|
|
}
|
|
}
|