mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"composite": true
|
|
}
|
|
}
|