summaryrefslogtreecommitdiffhomepage
path: root/packages/util/tsconfig.json
blob: 528dcd91d998d59c4419d450bba0f00e09329717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
    "moduleResolution": "bundler",
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "allowJs": true,
    "noEmit": true,
    "strict": true,
    "isolatedModules": true
  }
}