aboutsummaryrefslogtreecommitdiffstats
path: root/packages/workers/tsconfig.json
blob: 5ab467a901e4f837b1f78644e7b9a2325e4763e1 (plain) (blame)
1
2
3
4
5
6
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/node21/tsconfig.json",
  "include": ["**/*.ts"],
  "exclude": ["node_modules"]
}