feat: remove instant from project references
This commit is contained in:
parent
d6ba7298d4
commit
fc2055cd93
@ -5,7 +5,10 @@
|
|||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"allowSyntheticDefaultImports": true
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"declaration": false,
|
||||||
|
"declarationMap": false,
|
||||||
|
"composite": false
|
||||||
},
|
},
|
||||||
"include": ["./src/**/*"]
|
"include": ["./src/**/*"]
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
{ "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" },
|
||||||
@ -57,5 +56,8 @@
|
|||||||
// Skipping website because it requires allowJs: false and this is
|
// Skipping website because it requires allowJs: false and this is
|
||||||
// incompatible with project references.
|
// incompatible with project references.
|
||||||
// { "path": "./packages/website" }
|
// { "path": "./packages/website" }
|
||||||
|
// Skipping instant because it only produces a UMD bundle
|
||||||
|
// which it uses webpack to create
|
||||||
|
// { "path": "./packages/instant" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user