feat: fix instant build and add to project references

This commit is contained in:
fragosti 2018-11-16 17:50:47 -08:00
parent 21046e4349
commit 302d172aad
2 changed files with 4 additions and 8 deletions

View File

@ -2,16 +2,11 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": ".",
"rootDir": "src",
"jsx": "react",
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "ESNext",
"moduleResolution": "node",
"lib": ["es2015", "dom"],
"target": "es5",
"sourceMap": true
"allowSyntheticDefaultImports": true
},
"include": ["./src/**/*", "./test/**/*"],
"include": ["./src/**/*"],
"exclude": ["./src/index.umd.ts"]
}

View File

@ -34,6 +34,7 @@
{ "path": "./packages/dev-utils" },
{ "path": "./packages/ethereum-types" },
{ "path": "./packages/fill-scenarios" },
{ "path": "./packages/instant" },
{ "path": "./packages/json-schemas" },
{ "path": "./packages/metacoin" },
{ "path": "./packages/migrations" },