๐Ÿ“ฆ Kong / httpsnippet

๐Ÿ“„ tsconfig.build.json ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15{
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": ".",
    "allowJs": true,
    "resolveJsonModule": true,
    "strict": true,
    "esModuleInterop": true,
    "downlevelIteration": true,
    "lib": ["ESNext"]
  },
  "include": ["src", "package.json"],
  "exclude": ["dist", "**/*.test.ts"]
}