PeerTube/shared/tsconfig.json

7 lines
100 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/shared"
}
}