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