Skip to content

Commit

Permalink
fix tsconfig.json for build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Oct 4, 2024
1 parent a05be3c commit 9f142a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
],
"extends": "./tsconfig/tsconfig.base.json",
"compilerOptions": {
"types": ["node", "cypress"],
"module": "NodeNext",
"moduleResolution": "NodeNext"
"types": ["node", "cypress"]
}
}
4 changes: 2 additions & 2 deletions tsconfig/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 9f142a4

Please sign in to comment.