Repository URL to install this package:
|
Version:
0.1.10 ▾
|
odigos
/
etc
/
odigos-vmagent
/
instrumentations
/
nodejs-ebpf
/
node_modules
/
import-in-the-middle
/
tsconfig.json
|
|---|
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"noEmit": true
},
"ts-node": {
"esm": true
}
}