Files
turnosxpress/notification-sender/tsconfig.json
T
2026-07-16 20:48:43 -03:00

13 lines
239 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}