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