11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "@eggjs/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"resolveJsonModule": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"declaration": false,
|
|
"erasableSyntaxOnly": false
|
|
}
|
|
}
|