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
17 lines
341 B
JSON
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"]
|
|
}
|