summaryrefslogtreecommitdiffstats
path: root/test/schemas/tsconfig.json
blob: b2291af2932c07fd25c4494294bf124d4390e13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compilerOptions": {
    "declaration": true,
    "esModuleInterop": true,
    "lib": ["ESNext"],
    "module": "esnext",
    "moduleResolution": "node",
    "outDir": "../../.tox/out",
    "resolveJsonModule": true,
    "sourceMap": true,
    "strict": true,
    "stripInternal": true,
    "target": "ESNext",
  },
  "exclude": ["node_modules"],
  "include": ["src/**/*"],
}