summaryrefslogtreecommitdiff
path: root/backend/tsconfig.json
blob: 2e42f37a5168fae0035ed1c019cf142935038641 (plain)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "lib": ["ES2022"],
    "module": "es2022",
    "allowSyntheticDefaultImports": true
  },
  "include": ["src/**/*"]
}