aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.spec.json
blob: 8de44245891335c556e053741e54c5383042d019 (plain)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "esModuleInterop": true,
    "noEmitOnError": false
  },
  "extends": "./tsconfig.json",
  "exclude": []
}