mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-20 10:02:05 -05:00
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"verbatimModuleSyntax": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|