{
  "compilerOptions": {
    "target": "ES6",
    "module": "es2015",
    "allowSyntheticDefaultImports": true,
    "baseUrl": "./src",
    "paths": {
      "~/*": ["./*"]
    }
  },
  "exclude": ["dist", "node_modules", "static"]
}
