hyperdx/packages/api/tsconfig.json
Elizabet Oliveira eaff49293c
Add copy-to-clipboard buttons in RawLogTable for log line data and URLs (#1227)
Co-authored-by: Mike Shi <mike@hyperdx.io>
2025-10-10 15:50:34 +01:00

14 lines
293 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@/*": ["./*"]
},
"rootDir": ".",
"outDir": "build",
"moduleResolution": "Node16"
},
"include": ["src", "migrations", "scripts"],
"exclude": ["node_modules"]
}