diff --git a/tsconfig.json b/tsconfig.json index 5a1e7cc..0b29edb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,8 @@ "strictNullChecks": true, "module": "esnext", "moduleResolution": "node", + "declaration": true, + "resolveJsonModule": true, "esModuleInterop": true, "experimentalDecorators": true, "jsx": "react-jsx",