Files
pkgbase-yaml-parser/tsconfig.json
Cory Sanin 68e0d8ecc6
All checks were successful
Distribution check / Generated files check (push) Successful in -2m3s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m2s
Unit tests / Unit tests (lts/*) (push) Successful in -2m2s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m1s
run tests only once
2025-11-05 14:00:53 -05:00

17 lines
351 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "NodeNext",
"target": "ESNext",
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node16",
"sourceMap": true,
"inlineSources": true,
"rootDir": "./",
"outDir": "./distribution"
},
"exclude": ["**/*.spec.ts", "distribution", "test"]
}