{
  "compilerOptions": {
    "baseUrl": ".",
    "allowJs": false,
    "paths": {
      "@/*": ["src/*"]
    },

    "useDefineForClassFields": true,
    "lib": ["ES2020", "DOM"],
    "module": "ES2020",
    "target": "ES2020",
    "skipLibCheck": true,
    /* Bundler mode */
    "moduleResolution": "bundler",
    "allowImportingTsExtensions": true,
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    /* Linting */
    "strict": true,
    "strictFunctionTypes": true,
    "strictNullChecks": true,
    "strictPropertyInitialization": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "noFallthroughCasesInSwitch": true
  },
  "include": ["src"]
}
