Skip to content

Commit

Permalink
build: set moduleResolution to Node
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 3, 2022
1 parent 369057b commit a3f00f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "Node",
"rootDir": "src",
"outDir": "dist",
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.lint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "Node",
"esModuleInterop": true,
"allowJs": true,
"alwaysStrict": true,
Expand Down

0 comments on commit a3f00f4

Please sign in to comment.