PeerTube/shared/tsconfig.json

8 lines
102 B
JSON

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