diff --git a/solidity/tsconfig.json b/solidity/tsconfig.json index 2a4472fff..3a0356c92 100644 --- a/solidity/tsconfig.json +++ b/solidity/tsconfig.json @@ -1,9 +1,8 @@ { "compilerOptions": { - "outDir": "./dist/", - "rootDir": "./types/" + "outDir": "./dist", + "rootDir": "./types" }, - "exclude": ["./node_modules/", "./dist/", "./types/hardhat.d.ts"], - "extends": "../tsconfig.json", - "include": ["./types/**/*.ts"] -} + "exclude": ["./test", "hardhat.config.ts", "./dist"], + "extends": "../tsconfig.json" +} \ No newline at end of file