diff --git a/compiler/packages/babel-plugin-react-forget/tsconfig.json b/compiler/packages/babel-plugin-react-forget/tsconfig.json index f9437d1456..8c40bea321 100644 --- a/compiler/packages/babel-plugin-react-forget/tsconfig.json +++ b/compiler/packages/babel-plugin-react-forget/tsconfig.json @@ -4,7 +4,7 @@ "moduleResolution": "nodenext", "declaration": true, "declarationDir": "./dist", - "declarationMap": true, + "declarationMap": false, "rootDir": "src", "outDir": "dist", // https://github.com/microsoft/TypeScript/issues/30925