diff --git a/examples/type-portability/bundler/package.json b/examples/type-portability/bundler/package.json index c9bc4f9809..5b74799a89 100644 --- a/examples/type-portability/bundler/package.json +++ b/examples/type-portability/bundler/package.json @@ -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%",