summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 940fd9edd819149f4bcfbfc0cba2769ed25609a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "module": "none",
    "target": "es2021",
    "sourceMap": true,
    "esModuleInterop": true,
    "outDir": "./dist",
    "rootDir": "./src",
    "skipLibCheck": true
  },
  "exclude": [
    "node_modules"
  ]
}