Skip to content

Commit

Permalink
Back
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 27, 2023
1 parent 0ec4968 commit 92ac48a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"compilerOptions": {
"noEmit": true,
"strict": true,
"target": "es2020",
"lib": ["es2020"],
"module": "node16",
"moduleResolution": "node16",
"target": "es2015",
"lib": ["es6"],
"module": "commonjs",
// "moduleResolution": "node16",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 92ac48a

Please sign in to comment.