mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 21:37:41 +00:00
12 lines
No EOL
156 B
JSON
12 lines
No EOL
156 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src",
|
|
"migrations",
|
|
"scripts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.test.ts"
|
|
]
|
|
} |