uptime-led/tsconfig.json

14 lines
279 B
JSON
Raw Normal View History

2023-08-01 00:52:05 +00:00
{
"compilerOptions": {
"target": "es2017",
"module": "ES2022",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "src",
"outDir": "dist",
"moduleResolution": "NodeNext"
}
}