Skip to content

Commit

Permalink
chore: verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 7, 2025
1 parent 8489c6c commit 7e6a1c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"target": "esnext",
"module": "esnext",
"moduleResolution": "Bundler",
"types": [
"node"
],
"types": ["node"],
"strict": true,
"noEmit": true,
// TSUP issue https://github.com/egoist/tsup/issues/571
// "composite": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
}
}

0 comments on commit 7e6a1c7

Please sign in to comment.