diff options
Diffstat (limited to 'packages/contracts/tsconfig.json')
-rw-r--r-- | packages/contracts/tsconfig.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/contracts/tsconfig.json b/packages/contracts/tsconfig.json index 717415073..86b33ede7 100644 --- a/packages/contracts/tsconfig.json +++ b/packages/contracts/tsconfig.json @@ -6,6 +6,13 @@ "declaration": false, "allowJs": true }, - "include": ["./globals.d.ts", "./src/**/*", "./util/**/*", "./test/**/*", "./migrations/**/*"], + "include": [ + "./globals.d.ts", + "./contract_wrappers", + "./src/**/*", + "./utils/**/*", + "./test/**/*", + "./migrations/**/*" + ], "exclude": ["./deploy/solc/solc_bin"] } |