Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Revert "fix(ts): update ts module & moduleResolution" #320

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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