forklaunch 1.15.0

Launch faster with forklaunch
1
2
3
4
5
6
7
8
9
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "dist",
    "types": ["node", "vitest/globals", "express", "qs"]
  },
  "exclude": ["node_modules", "dist", "eslint.config.mjs", "**/*.d.ts"],
  "include": ["**/*.ts"]
}