blob: 163465cf5283fb138955265eb14e3bcd413524f0 (
plain) (
tree)
|
|
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": ".",
"typeRoots": [
"comment: for building within 0x-monorepo:",
"../../node_modules/@0x/typescript-typings/types",
"../../node_modules/@types",
"comment: for building in an isolated environment:",
"node_modules/@0x/typescript-typings/types",
"node_modules/@types"
]
},
"include": ["src/**/*", "test/**/*"]
}
|