Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Code-Monkey authored May 1, 2024
1 parent 88ff590 commit 24da82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tcm-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "nodenext",
"allowJs": true,
"jsx": "react",
"importHelpers": true,
Expand All @@ -16,4 +16,4 @@
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
}
}
}

0 comments on commit 24da82d

Please sign in to comment.