Merge remote-tracking branch 'upstream/development' into sol-doc

This commit is contained in:
F. Eugene Aumson
2018-08-31 09:22:05 -04:00
161 changed files with 3037 additions and 1181 deletions

View File

@@ -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": {

View File

@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib"
"outDir": "lib",
"rootDir": "."
}
}

View File

@@ -0,0 +1 @@
declare module 'react-typist';