Skip to content

Commit

Permalink
fix: compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Jan 20, 2024
1 parent 51350ea commit ba868f8
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
Expand Up @@ -9,7 +9,8 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"baseUrl": "./packages"
"skipLibCheck": true,
"baseUrl": "./packages",
},
"exclude": ["node_modules/**/*"]
"exclude": ["node_modules/**/*"],
}

0 comments on commit ba868f8

Please sign in to comment.