@axiomhq/logging
Version:
The official logging package for Axiom
17 lines (16 loc) • 393 B
JSON
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"baseUrl": ".",
"rootDir": "./",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types",
"resolveJsonModule": true,
"declarationMap": true,
"emitDeclarationOnly": true
},
"include": ["src/**/*", "test/**/*"]
}