tg-bot-reminder/tsconfig.json
2023-08-13 16:48:04 +03:00

14 lines
298 B
JSON

{
"compilerOptions": {
"target": "ES6",
"lib": ["ES6"],
"module": "ESNext",
"moduleResolution": "Node",
"rootDir": "./",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}