Skip to content

Commit

Permalink
feat(tsconfig-common): Enable import assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Aug 27, 2023
1 parent cba5ae0 commit 49800d1
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": "es2022",
"module": "esnext",
"moduleResolution": "node16",
"newLine": "lf",
"noEmitOnError": true,
Expand Down

0 comments on commit 49800d1

Please sign in to comment.