We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
@examples-type-portability/bundler
1 parent 7116382 commit da50c57Copy full SHA for da50c57
examples/type-portability/bundler/package.json
@@ -35,7 +35,7 @@
35
"clean": "rm -rf dist",
36
"start": "react-scripts start",
37
"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"
+ "test": "yarn clean && tsc -p tsconfig.json"
39
},
40
"browserslist": [
41
">0.2%",
0 commit comments