Riichi/tsconfig.json
2025-03-06 13:43:25 +01:00

8 lines
96 B
JSON

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