Skip to content

Commit

Permalink
Update TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Jul 24, 2023
1 parent 45df266 commit f3b3844
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"extends": "./node_modules/corvid-types/configs/tsconfig.pages.json",
"compilerOptions": {
"module": "es2022",
"module": "ESNext",
"moduleResolution": "node",
"target": "es2021",
"target": "ESNext",
"sourceMap": false,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"es2021",
"ESNext",
"WebWorker"
],
},
Expand Down

0 comments on commit f3b3844

Please sign in to comment.