Skip to content

Commit

Permalink
Fix package.json of @examples-type-portability/bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jul 9, 2024
1 parent 6888f2b commit 2ca1c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/type-portability/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "rm -rf dist",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "yarn clean && tsc -p tsconfig.json --skipLibCheck --declaration --outDir dist --noEmit false --module ESNext --moduleResolution Bundler --noEmitOnError --emitDeclarationOnly --jsx react-jsx"
"test": "yarn clean && tsc -p tsconfig.json"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit 2ca1c4a

Please sign in to comment.