aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 6387630ce0b3adce23b4bf705a81db45c49fbe18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2021",
    "sourceMap": true,
    "esModuleInterop": true,
    "outDir": "./build",
    "skipLibCheck": true
  },
  "exclude": [
    "node_modules"
  ]
}