{
  "$schema": "http://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "allowArbitraryExtensions": true,
    "lib": [
      "DOM",
      "ESNext"
    ],
    "paths": {
      "*": [
        "src/*"
      ]
    },
    "outDir": "dist"
  }
}
