{
  // see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
  "extends": "@tsconfig/vite-react/tsconfig.json",
  "compilerOptions": {
    "allowImportingTsExtensions": false
  },
  "include": ["src", "types"]
}
