mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[babel] Disable ts declaration maps
This was unnecessary, switching it back to disabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user