summaryrefslogtreecommitdiff
path: root/fflate/tsconfig.demo.json
blob: f8b7d362958df3b485fb9cf9c0455d93036ebabc (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "noEmit": true,
    "target": "ESNext",
    "jsx": "preserve",
    "allowSyntheticDefaultImports": true,
    "moduleResolution": "node"
  },
  "include": ["demo/**/*.ts", "demo/**/*.tsx", "demo/augment.d.ts"],
  "exclude": ["demo/sw.ts"]
}