15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [
|
|
{ "path": "../cache" },
|
|
{ "path": "../handlers" },
|
|
{ "path": "../logger" },
|
|
{ "path": "../types" }
|
|
]
|
|
}
|