Skip to content

Commit

Permalink
chore: set verbatimModuleSyntax to false because of natural library
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz-pluszczewski committed Dec 9, 2024
1 parent 0618e74 commit 4f5259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "tsup-node",
"dev": "tsc --watch",
"start": "tsx src/audit-licenses.ts",
"typecheck": "tsc --noEmit true",
"typecheck": "tsc --noEmit true --verbatimModuleSyntax false",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage"
},
Expand Down

0 comments on commit 4f5259a

Please sign in to comment.