summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/protobufjs/tsconfig.json
blob: a0b3639c2c868597d5859b1268562ab738965dd5 (plain)
1
2
3
4
5
6
7
8
{
    "compilerOptions": {
        "target": "ES5",
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,
        "esModuleInterop": true,
    }
}