https://github.com/vector-engineering/COVID19-CG
Raw File
Tip revision: 2694141e77784780e79d7eb77f2f7affc98357aa authored by Albert Chen on 23 December 2020, 10:39:14 UTC
Bump version to v1.4.1
Tip revision: 2694141
tsconfig.json
{
  "compilerOptions": {
    "experimentalDecorators": true,
    "allowJs": true
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "**/node_modules/*"]
}
back to top