Skip to content

Commit

Permalink
chore: ignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr committed Aug 8, 2023
1 parent dabec9b commit 40350f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"extends": "@eggjs/tsconfig",
"compilerOptions": {
"strict": true,
"target": "ES2021",
"module": "Node16",
"moduleResolution": "Node",
"declaration": false,
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
"noImplicitAny": true,
},
"exclude": [
"test"
"test",
"node_modules"
],
}

0 comments on commit 40350f3

Please sign in to comment.