breakout71/tsconfig.json

11 lines
183 B
JSON
Raw Normal View History

2025-03-06 14:06:02 +01:00
{
"compilerOptions": {
"target": "es2015",
"rootDir": "src",
"strict": false,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}