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