mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
25 lines
595 B
JSON
25 lines
595 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "Node16",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"lib": [
|
||
|
|
"ES2022",
|
||
|
|
"dom"
|
||
|
|
],
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"downlevelIteration": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"importHelpers": true,
|
||
|
|
"noFallthroughCasesInSwitch": true,
|
||
|
|
"noImplicitAny": false,
|
||
|
|
"noImplicitReturns": false,
|
||
|
|
"noImplicitThis": false,
|
||
|
|
"noUnusedLocals": false,
|
||
|
|
"noUnusedParameters": false,
|
||
|
|
"skipLibCheck": false,
|
||
|
|
"sourceMap": true,
|
||
|
|
"strict": true,
|
||
|
|
"target": "ES2022",
|
||
|
|
}
|
||
|
|
}
|