[babel] Disable ts declaration maps
This was unnecessary, switching it back to disabled
Lauren Tan committed
Oct 31, 2023 at 13:06 UTC
a0de8e6d2dc837601dfdee96651481428fe4c998
1 file changed
+1
-1
compiler/packages/babel-plugin-react-forget/tsconfig.json
+1
-1
@@ -4,7 +4,7 @@
4
"moduleResolution": "nodenext",
5
"declaration": true,
6
"declarationDir": "./dist",
7
- "declarationMap": true,
7
+ "declarationMap": false,
8
"rootDir": "src",
9
"outDir": "dist",
10
// https://github.com/microsoft/TypeScript/issues/30925