uptime-monitor/tsconfig.json

14 lines
332 B
JSON
Raw Permalink Normal View History

2024-03-09 06:27:06 -05:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"target": "ES2022",
"esModuleInterop": true,
"sourceMap": true,
"moduleResolution": "NodeNext",
"module": "NodeNext",
"strict": true,
"resolveJsonModule": true,
"skipLibCheck": true
}
}