Don't emit types for babel-plugin-react-compiler
ghstack-source-id: a1776f97d5f7d4d8e02886906eb001e358628fc8 Pull Request resolved: https://github.com/facebook/react-forget/pull/2967
Lauren Tan committed
May 14, 2024 at 11:01 UTC
6457343cd3c22a9eedbd943ec0ff61d7b7134d08
1 file changed
-3
compiler/packages/babel-plugin-react-compiler/tsconfig.json
-3
@@ -3,9 +3,6 @@
3
"compilerOptions": {
4
"module": "ES2015",
5
"moduleResolution": "Bundler",
6
- "declaration": true,
7
- "declarationDir": "./dist",
8
- "declarationMap": false,
6
"rootDir": "src",
7
"outDir": "dist",
8
// https://github.com/microsoft/TypeScript/issues/30925