mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-13 01:05:37 +02:00
We are hosting a [MoQ](https://quic.video) relay on a remote (bare metal) server on Hetzner With a lot of help from @victorpahuus
15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["."],
|
|
"exclude": ["./index"],
|
|
"compilerOptions": {
|
|
"lib": ["es2022"],
|
|
"types": ["audioworklet"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../common"
|
|
}
|
|
]
|
|
}
|