Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed May 10, 2024
1 parent 29e6857 commit 38f129c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/tsconfig/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"declaration": false,
"sourceMap": false,
"noEmit": true,
Expand Down
2 changes: 2 additions & 0 deletions packages/tsconfig/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"jsx": "react-jsx",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"noEmit": true,
"isolatedModules": true,
Expand Down
2 changes: 0 additions & 2 deletions packages/tsconfig/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"sourceMap": true
}
}

0 comments on commit 38f129c

Please sign in to comment.