Files
cnpmcore/tsconfig.json

11 lines
217 B
JSON

{
"extends": "@eggjs/tsconfig",
"compilerOptions": {
"target": "ES2021",
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
"declaration": false,
"erasableSyntaxOnly": false
}
}