Files
naomi fc32efbe29
Security Scan and Upload / Security & DefectDojo Upload (push) Failing after 24s
fix: config
2026-06-24 19:04:47 -07:00

10 lines
186 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src",
"moduleResolution": "nodenext",
"module": "NodeNext"
}
}