aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/tsconfig.json')
-rw-r--r--packages/deployer/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/deployer/tsconfig.json b/packages/deployer/tsconfig.json
new file mode 100644
index 000000000..25c28b72a
--- /dev/null
+++ b/packages/deployer/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "extends": "../../tsconfig",
+ "compilerOptions": {
+ "outDir": "lib",
+ "strictFunctionTypes": false,
+ "strictNullChecks": false
+ },
+ "include": [
+ "./src/**/*",
+ "../../node_modules/types-bn/index.d.ts",
+ "../../node_modules/types-ethereumjs-util/index.d.ts",
+ "../../node_modules/chai-typescript-typings/index.d.ts",
+ "../../node_modules/web3-typescript-typings/index.d.ts"
+ ]
+}