Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cosn committed May 24, 2024
1 parent 6667bbc commit e434c13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eleven-oranges-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cosn/tsc": patch
---

Tweaks
1 change: 1 addition & 0 deletions base-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": "./base.json",
"compilerOptions": {
"lib": ["esnext", "dom", "dom.iterable"],
"jsx": "preserve",
},
}
3 changes: 2 additions & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"module": "preserve",
"moduleResolution": "bundler",
"emitDeclarationOnly": true,
"noEmit": true,

"esModuleInterop": true,
"allowImportingTsExtensions": true,
Expand All @@ -22,6 +22,7 @@
"forceConsistentCasingInFileNames": true,
"verbatimModuleSyntax": true,
"declaration": true,
"incremental": true,

"outDir": "dist",

Expand Down

0 comments on commit e434c13

Please sign in to comment.