{
  "compilerOptions": {
    "target": "ESNext",
    "allowJs": true,
    "allowNonTsExtensions": true,
    "experimentalDecorators": true,
    "jsx": "react",
    "reactNamespace": "React",
    "module": "ESNext",
    "moduleResolution": "Node",
    "paths": {
      "~/*": ["/*"]
    }
  }
}
