tg-bot-reminder/tsconfig.json

14 lines
298 B
JSON
Raw Normal View History

2023-08-13 16:48:04 +03:00
{
"compilerOptions": {
"target": "ES6",
"lib": ["ES6"],
"module": "ESNext",
"moduleResolution": "Node",
"rootDir": "./",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}