Merge branch 'development' of https://github.com/0xProject/0x-monorepo into website/feature/react-16
This commit is contained in:
@@ -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",
|
||||
|
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "./lib/",
|
||||
"outDir": "lib",
|
||||
"rootDir": "src",
|
||||
"jsx": "react",
|
||||
"baseUrl": "./",
|
||||
"baseUrl": ".",
|
||||
"strictNullChecks": false,
|
||||
"paths": {
|
||||
"*": ["node_modules/@types/*", "*"]
|
||||
|
Reference in New Issue
Block a user