Skip to content

Commit

Permalink
Use bundler as moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-waarneming-nl committed Oct 6, 2024
1 parent 811600b commit 28e111e
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 132 deletions.
16 changes: 5 additions & 11 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 27 additions & 52 deletions dist/rules/no-function-without-logging.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 9 additions & 11 deletions dist/rules/no-missing-translations.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 40 additions & 56 deletions dist/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"module": "NodeNext",
"module": "ES2022",
"outDir": "dist",
"lib": ["es2019"],
"strict": true,
"target": "esnext",
"moduleResolution": "NodeNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"esModuleInterop": true
},
Expand Down

0 comments on commit 28e111e

Please sign in to comment.