[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/fabwebdev/httpsms/main/web/tsconfig.json [Back]  [Original]

{
  // https://nuxt.com/docs/guide/concepts/typescript
  "files": [],
  "references": [
    {
      "path": "./.nuxt/tsconfig.app.json"
    },
    {
      "path": "./.nuxt/tsconfig.server.json"
    },
    {
      "path": "./.nuxt/tsconfig.shared.json"
    },
    {
      "path": "./.nuxt/tsconfig.node.json"
    }
  ],
  "compilerOptions": {
    "strict": true,
    "moduleResolution": "bundler",
    "module": "ESNext",
    "target": "ESNext",
    "paths": {
      "~/*": ["./app/*"],
      "~~/*": ["./*"],
      "#imports": ["./app/types/nuxt-shims"]
    }
  },
  "include": ["app/**/*.ts", "app/**/*.d.ts", "shared/**/*.ts"]
}

Web Proxy Viewer  |  New URL  |  Original Page