13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [
|
|
{ "path": "../types" },
|
|
{ "path": "../config" },
|
|
{ "path": "../logger" }
|
|
]
|
|
}
|