aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/tsconfig.json')
-rw-r--r--packages/contracts/tsconfig.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/contracts/tsconfig.json b/packages/contracts/tsconfig.json
index 86b33ede7..5fd4c5331 100644
--- a/packages/contracts/tsconfig.json
+++ b/packages/contracts/tsconfig.json
@@ -2,13 +2,11 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
- "baseUrl": ".",
- "declaration": false,
- "allowJs": true
+ "rootDir": "."
},
"include": [
"./globals.d.ts",
- "./contract_wrappers",
+ "./generated_contract_wrappers",
"./src/**/*",
"./utils/**/*",
"./test/**/*",