Skip to content

Commit

Permalink
Merge branch 'koishijs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
idranme authored Jun 12, 2024
2 parents b3d9c5c + cac028c commit c0e4aa1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"module": "esnext",
"sourceMap": true,
"declaration": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"emitDeclarationOnly": true,
"moduleResolution": "bundler",
"strictBindCallApply": true,
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
Expand All @@ -17,4 +18,4 @@
"yml-register/types",
],
},
}
}

0 comments on commit c0e4aa1

Please sign in to comment.