All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m13s
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node16",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./distribution"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/*.spec.ts"]
|
|
}
|