summaryrefslogtreecommitdiff
path: root/packages/shared/tsconfig.json
blob: 1636f4d7e10aaf59f0f63d631510b79bb677be84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "bundler",
    "declaration": true,
    "declarationMap": true,
    "sourceMap": true,
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "outDir": "dist"
  },
  "include": ["source"],
  "exclude": ["node_modules", "dist"]
}