17 lines
523 B
JSON
17 lines
523 B
JSON
{
|
|
"compilerOptions": {
|
|
"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/**/*"]
|
|
}
|