Riichi/tsconfig.json
2025-04-15 20:36:49 +02:00

9 lines
120 B
JSON

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