aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 6313c215315cef09e9a2995bd2903a32bb039d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "target": "ES2020",
    "module": "CommonJS",
    "esModuleInterop": true,
    "strict": true,
    "skipLibCheck": true,
    "resolveJsonModule": true
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}