Skip to content

Commit

Permalink
update base tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 4, 2024
1 parent a130396 commit 84457b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"module": "esnext",
"declaration": true,
"emitDeclarationOnly": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
"types": [
Expand Down

0 comments on commit 84457b8

Please sign in to comment.