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