Skip to content

Commit

Permalink
Revert "fix(ts): update ts module & moduleResolution" (#320)
Browse files Browse the repository at this point in the history
Reverts #319
  • Loading branch information
joeldavidw committed Jan 3, 2024
1 parent b9d18a2 commit 0cd92f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"display": "Default",
"compilerOptions": {
"lib": ["ES2022"],
"module": "NodeNext",
"module": "CommonJS",
"target": "ES2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "NodeNext",
"moduleResolution": "node",
"composite": false,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 0cd92f4

Please sign in to comment.