From ef6aa9f41b9f21d033034c51e8880ec9d70b6b40 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 12 Mar 2018 22:13:24 +0100 Subject: Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` and also convert it to TS. --- packages/0x.js/tsconfig_monorepo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/0x.js/tsconfig_monorepo.json (limited to 'packages/0x.js/tsconfig_monorepo.json') diff --git a/packages/0x.js/tsconfig_monorepo.json b/packages/0x.js/tsconfig_monorepo.json new file mode 100644 index 000000000..7e9609659 --- /dev/null +++ b/packages/0x.js/tsconfig_monorepo.json @@ -0,0 +1,9 @@ +{ + "extends": "../../tsconfig", + "compilerOptions": { + "outDir": "scripts", + "noImplicitThis": false, + "rootDir": "./monorepo_scripts" + }, + "include": ["./monorepo_scripts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"] +} -- cgit v1.2.3