Riichi/tsconfig.json
2025-04-12 11:50:00 +02:00

8 lines
100 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"strict": true,
}
}