Revision b9a07d68e28deffa4f2c61d53cea74d3d32e560c authored by Andrew Scott on 27 April 2022, 19:01:09 UTC, committed by GitHub on 27 April 2022, 19:01:09 UTC
1 parent c589e4d
Raw File
tsconfig.json
{
  "compilerOptions": {
    "strict": true,
    "target": "es2015",
    "module": "commonjs",
    "noEmit": true,
    "skipLibCheck": true,
    "types": []
  },
}
back to top