Riichi/tsconfig.json
2025-03-24 16:22:28 +01:00

8 lines
97 B
JSON

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