breakout71/tsconfig.json

11 lines
182 B
JSON
Raw Normal View History

2025-03-06 14:06:02 +01:00
{
"compilerOptions": {
2025-03-13 10:02:49 +01:00
"target": "es2017",
2025-03-06 14:06:02 +01:00
"rootDir": "src",
"strict": true,
2025-03-06 14:06:02 +01:00
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}