hyperdx/packages/api/tsconfig.json
2025-10-21 09:27:47 +00:00

16 lines
332 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@/*": ["./*"]
},
"outDir": "build",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2022"
},
"include": ["src", "migrations", "scripts"],
"exclude": ["node_modules"]
}