breakout71/tsconfig.json
Renan LE CARO e9d58d6140 wip
2025-03-06 14:06:02 +01:00

10 lines
183 B
JSON

{
"compilerOptions": {
"target": "es2015",
"rootDir": "src",
"strict": false,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}