diff --git a/tsconfig.types.json b/tsconfig.types.json index d1ee9554bd..fcf58ff430 100644 --- a/tsconfig.types.json +++ b/tsconfig.types.json @@ -2,6 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, + "declarationMap": true, "noEmit": false, "paths": { "@/*": ["./src/*"]