Files
pkgbase-yaml-parser/tsconfig.json
Cory Sanin 6c27b5d0d6
All checks were successful
Distribution check / Generated files check (push) Successful in -1m57s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
Unit tests / Unit tests (latest) (push) Successful in -2m0s
Unit tests / Unit tests (lts/*) (push) Successful in -1m59s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s
bundle action
2025-11-07 14:13:19 -05:00

17 lines
341 B
JSON

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