14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [
|
|
{ "path": "../types" },
|
|
{ "path": "../logger" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../data-frame" }
|
|
]
|
|
}
|