Files
VDES-Frontend/apps/test-server/tsconfig.json
2026-07-13 16:03:03 +08:00

8 lines
161 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/ts-config/node-server.json",
"compilerOptions": {
"noImplicitAny": false
}
}