diff --git a/packages/react-json-tree/tsconfig.json b/packages/react-json-tree/tsconfig.json index 0aade49a..46522d10 100644 --- a/packages/react-json-tree/tsconfig.json +++ b/packages/react-json-tree/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "../../tsconfig.react.base.json", "compilerOptions": { - "outDir": "lib/types" + "outDir": "lib/types", + "traceResolution": true }, "include": ["src"] }