Skip to content

Commit

Permalink
chore: improve tsconfig (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
orochaa authored Jan 9, 2025
1 parent 8093f3c commit 9dff6a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
"noEmit": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"lib": ["ES2022"],
"paths": {
"@clack/core": ["./packages/core/src"]
}
Expand Down

0 comments on commit 9dff6a5

Please sign in to comment.