aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/tsconfig.json
blob: 71752aad27aefc6e4d85718cdad862d98ed72daa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@hoarder/tsconfig/base.json",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"]
    }
  },
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "vite.config.ts"],
  "exclude": ["node_modules"]
}