forklaunch 1.11.2

Launch faster with forklaunch
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "lib"
  },
  "exclude": [
    "node_modules",
    "lib",
    "eslint.config.mjs"
  ]
}