Files
morning-report/tsconfig.json
Cory Sanin 6ab158cee0
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -1m32s
tests for voice
2025-08-24 15:11:11 -05:00

18 lines
367 B
JSON

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