Skip to content

Commit

Permalink
feat(tsconfig-common): Support Import assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 20, 2023
1 parent 85da578 commit 6747baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2022"],
"module": "node16",
"module": "nodenext",
"moduleResolution": "node16",
"newLine": "lf",
"noEmitOnError": true,
Expand Down

0 comments on commit 6747baa

Please sign in to comment.