// https://nitro.unjs.io/guide/typescript
{
  "compilerOptions": {
    "strict": true,
    "skipLibCheck": true
  },
  "extends": "../app/.nuxt/tsconfig.json"
}
