aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: fa30c5809f99a0c54a90d71a91e24ee64e123f61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "noEmit": true,
    "skipLibCheck": true,
    "strict": true,
    "target": "ES2022"
  },
  "include": ["src/**/*.ts", "scripts/**/*.ts"]
}