aboutsummaryrefslogtreecommitdiffstats
path: root/packages/workers/tsconfig.json
blob: cf49c4073ef3df34d27ad8cc10df094b8a6516bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/node21/tsconfig.json",
  "include": ["**/*.ts"],
  "exclude": ["node_modules"],
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "node",
    "esModuleInterop": true
  }
}