diff --git a/tsconfig.json b/tsconfig.json index 4bdc004..2987839 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,9 +6,9 @@ "outDir": "./lib", "strict": true, "esModuleInterop": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "typeRoots": ["./src/anchor/types", "./node_modules/@types/"] }, "include": ["src"], - "exclude": ["node_modules", "**/__tests__/*"], - -} \ No newline at end of file + "exclude": ["node_modules", "**/__tests__/*"] +}