Files
PeerTube/apps/peertube-cli/tsconfig.json
T

16 lines
398 B
JSON
Raw Normal View History

2023-07-31 14:34:36 +02:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "src",
"tsBuildInfoFile": "./dist/.tsbuildinfo"
},
2026-02-26 11:53:57 +01:00
"include": [ "src/**/*.ts" ],
2023-07-31 14:34:36 +02:00
"references": [
{ "path": "../../packages/core-utils" },
{ "path": "../../packages/models" },
{ "path": "../../packages/node-utils" },
{ "path": "../../packages/server-commands" }
]
}