Skip to content

Commit

Permalink
chore: update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DGCK81LNN committed Jun 28, 2024
1 parent a264d74 commit 1ba85a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"rootDir": "src",
"outDir": "lib",
"target": "es2022",
"module": "commonjs",
"module": "NodeNext",
"declaration": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "NodeNext",
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
"types": [
Expand Down

0 comments on commit 1ba85a0

Please sign in to comment.