summaryrefslogtreecommitdiff
path: root/api/tsconfig.json
blob: c11147ea64608af7cdb1b4b50a151bf1695a6560 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "lib": ["ES2022", "DOM"],
    "module": "nodenext",
    "moduleResolution": "nodenext",
    "allowSyntheticDefaultImports": true,
    "strict": true
  },
  "include": ["**/*.ts"]
}