Merge branch 'development' of https://github.com/0xProject/0x-monorepo into website/feature/react-16

This commit is contained in:
fragosti
2018-08-29 11:42:44 -07:00
80 changed files with 276 additions and 183 deletions

View File

@@ -9,8 +9,7 @@
"types": "lib/index.d.ts",
"scripts": {
"lint": "tslint --project .",
"build": "tsc",
"watch_without_deps": "tsc -w",
"build": "tsc -b",
"clean": "shx rm -rf lib"
},
"author": "Fabio Berger",

View File

@@ -1,9 +1,10 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib/",
"outDir": "lib",
"rootDir": "src",
"jsx": "react",
"baseUrl": "./",
"baseUrl": ".",
"strictNullChecks": false,
"paths": {
"*": ["node_modules/@types/*", "*"]