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", "extends": "../../tsconfig",
"compilerOptions": { "compilerOptions": {
"outDir": "lib", "outDir": "lib",
"rootDir": ".", "rootDir": "src",
"jsx": "react", "jsx": "react",
"allowSyntheticDefaultImports": true,
"noImplicitAny": true, "noImplicitAny": true,
"module": "ESNext", "allowSyntheticDefaultImports": true
"moduleResolution": "node",
"lib": ["es2015", "dom"],
"target": "es5",
"sourceMap": true
}, },
"include": ["./src/**/*", "./test/**/*"], "include": ["./src/**/*"],
"exclude": ["./src/index.umd.ts"] "exclude": ["./src/index.umd.ts"]
} }

View File

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