breakout71/tsconfig.json

13 lines
206 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,
2025-03-13 16:43:00 +01:00
"resolveJsonModule": true,
"jsx": "preserve"
2025-03-06 14:06:02 +01:00
}
}