Skip to content

Commit

Permalink
Use Node 16 module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Apr 18, 2023
1 parent 8608305 commit f394b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"incremental": true,
"isolatedModules": true,
"jsx": "react-jsx",
"module": "ES2020",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"strict": true,
Expand Down

0 comments on commit f394b5d

Please sign in to comment.