mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
22 lines
No EOL
332 B
JSON
22 lines
No EOL
332 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
},
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"moduleResolution": "Node16"
|
|
},
|
|
"include": [
|
|
"src",
|
|
"migrations",
|
|
"scripts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |