mirror of
https://github.com/smogon/sprites.git
synced 2026-03-22 01:45:27 -05:00
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"module": "esnext",
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"composite": true
|
|
}
|
|
}
|