Skip to content

Commit

Permalink
try build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 29, 2024
1 parent 4ccc47b commit 530b09d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"experimentalDecorators": true,
"types": ["jest"],
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"noEmit": true,
"allowImportingTsExtensions": true,
},
"include": ["src/**/*"],
"exclude": [
Expand Down
4 changes: 3 additions & 1 deletion packages/dom-adapters/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"experimentalDecorators": true,
"types": ["jest"],
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"noEmit": true,
"allowImportingTsExtensions": true
},
"include": ["src/**/*"],
"exclude": [
Expand Down

0 comments on commit 530b09d

Please sign in to comment.