diff --git a/tsconfig.json b/tsconfig.json index 362e57c51..1ea894eb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "outDir": "./dist", "declaration": true, "skipLibCheck": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "typeRoots": ["./node_modules/@types", "./src/types"] }, "include": [ "./scripts", @@ -19,6 +20,5 @@ "utils/utils.ts", "src/types" ], - "files": ["./hardhat.config.ts"], - "typeRoots": ["./node_modules/@types", "./src/types"] + "files": ["./hardhat.config.ts"] }