Skip to content

Commit da50c57

Browse files
committed
Fix package.json of @examples-type-portability/bundler
1 parent 7116382 commit da50c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/type-portability/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean": "rm -rf dist",
3636
"start": "react-scripts start",
3737
"build": "react-scripts build",
38-
"test": "yarn clean && tsc -p tsconfig.json --skipLibCheck --declaration --outDir dist --noEmit false --module ESNext --moduleResolution Bundler --noEmitOnError --emitDeclarationOnly --jsx react-jsx"
38+
"test": "yarn clean && tsc -p tsconfig.json"
3939
},
4040
"browserslist": [
4141
">0.2%",

0 commit comments

Comments
 (0)