Skip to content

Commit

Permalink
fix(tsconfig): ignore declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 17, 2023
1 parent 8415cb4 commit 7dd0317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"skipLibCheck": true,
"downlevelIteration": true,
"skipDefaultLibCheck": true,
"declaration": true,
"declarationMap": true,
"declaration": false,
"declarationMap": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 7dd0317

Please sign in to comment.