mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 13:34:13 +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
|
|
}
|
|
}
|