tsconfig.json 227 bytes
  "compilerOptions": {
    "target": "es2016",
    "noImplicitAny": true,
    "removeComments": true,
    "noImplicitReturns": true,
    "alwaysStrict": true,
    "sourceMap": true
  },
  "exclude": [
    "node_modules"