PeerTube/shared/tsconfig.json
2021-12-16 10:08:43 +01:00

7 lines
100 B
JSON

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