hyperdx/packages/app/tsconfig.build.json

13 lines
No EOL
185 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules",
"**/*.test.ts",
"**/*.test.tsx"
]
}