Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tsconfig.worker.json « runtime « wasm « mono « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04108f647f2d4dbe4589c74f053cc16b622e6284 (plain)
1
2
3
4
5
6
7
8
9
{
    "extends": "./tsconfig.shared.json",
    "compilerOptions": {
        "lib": [
            "esnext",
            "webworker"
        ],
    }
}