mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
8 lines
161 B
JSON
8 lines
161 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/ts-config/node-server.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false
|
|
}
|
|
}
|