Merge remote-tracking branch 'upstream/development' into sol-doc
This commit is contained in:
@@ -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": {
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib"
|
||||
"outDir": "lib",
|
||||
"rootDir": "."
|
||||
}
|
||||
}
|
||||
|
1
packages/typescript-typings/types/react-typist/index.d.ts
vendored
Normal file
1
packages/typescript-typings/types/react-typist/index.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
declare module 'react-typist';
|
Reference in New Issue
Block a user