feat: fix instant build and add to project references
This commit is contained in:
parent
21046e4349
commit
302d172aad
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user