summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 1cc97c50d28f5c085e2fb9b6ac1bbd9735e31662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "@tsconfig/node-lts-strictest-esm",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src",
    "importHelpers": true,
    "composite": true,
    "sourceMap": true
  }
}