aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings
diff options
context:
space:
mode:
authorF. Eugene Aumson <gene@aumson.org>2018-08-31 21:22:05 +0800
committerF. Eugene Aumson <gene@aumson.org>2018-08-31 21:22:05 +0800
commit72419816a88d6afcf8727cefe69e3a2fbe479f55 (patch)
tree076252c005a879c4ea122d467348d1097e41a574 /packages/typescript-typings
parent9a4e6da02f606e97b470a6545b2ce5baf14b03e6 (diff)
parent675964dc5c6c44eb07023fd036857ecd3f14dcf3 (diff)
downloaddexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.tar
dexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.tar.gz
dexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.tar.bz2
dexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.tar.lz
dexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.tar.xz
dexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.tar.zst
dexon-0x-contracts-72419816a88d6afcf8727cefe69e3a2fbe479f55.zip
Merge remote-tracking branch 'upstream/development' into sol-doc
Diffstat (limited to 'packages/typescript-typings')
-rw-r--r--packages/typescript-typings/package.json4
-rw-r--r--packages/typescript-typings/tsconfig.json3
-rw-r--r--packages/typescript-typings/types/react-typist/index.d.ts1
3 files changed, 5 insertions, 3 deletions
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index c047a5328..08cf708a6 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -6,8 +6,7 @@
},
"description": "0x project typescript type definitions",
"scripts": {
- "watch_without_deps": "tsc -w",
- "build": "tsc",
+ "build": "tsc -b",
"clean": "shx rm -rf lib"
},
"repository": {
@@ -32,6 +31,7 @@
},
"devDependencies": {
"copyfiles": "^2.0.0",
+ "typescript": "3.0.1",
"shx": "^0.2.2"
},
"publishConfig": {
diff --git a/packages/typescript-typings/tsconfig.json b/packages/typescript-typings/tsconfig.json
index a9a644b17..7f0fe2f7a 100644
--- a/packages/typescript-typings/tsconfig.json
+++ b/packages/typescript-typings/tsconfig.json
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
- "outDir": "lib"
+ "outDir": "lib",
+ "rootDir": "."
}
}
diff --git a/packages/typescript-typings/types/react-typist/index.d.ts b/packages/typescript-typings/types/react-typist/index.d.ts
new file mode 100644
index 000000000..692c596a5
--- /dev/null
+++ b/packages/typescript-typings/types/react-typist/index.d.ts
@@ -0,0 +1 @@
+declare module 'react-typist';