Skip to content

Commit

Permalink
(fix) remove module option because rollup does not like it
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed May 26, 2023
1 parent 911c639 commit e0a0467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/svelte-check/tsconfig.json
@@ -1,7 +1,6 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true
Expand Down

0 comments on commit e0a0467

Please sign in to comment.