make metacoin tsconfig independent
This commit is contained in:
parent
da69ddc19b
commit
feafd57027
@ -1,7 +1,16 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib"
|
||||
"outDir": "lib",
|
||||
"lib": ["es2017"],
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": [
|
||||
"comment: for building within 0x-monorepo:",
|
||||
"../../node_modules/@0xproject/typescript-typings/types",
|
||||
"../../node_modules/@types",
|
||||
"comment: for building in an isolated environment:",
|
||||
"node_modules/@0xproject/typescript-typings/types",
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"include": ["src/**/*", "test/**/*"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user