hyperdx/packages/api/tsconfig.build.json

12 lines
No EOL
156 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src",
"migrations",
"scripts"
],
"exclude": [
"node_modules",
"**/*.test.ts"
]
}