mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 09:35:44 -05:00
23 lines
686 B
JSON
23 lines
686 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "es6", "es2016.array.include", "es2017.object"],
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"module": "None",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"verbatimModuleSyntax": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve",
|
|
"strict": true,
|
|
"noImplicitOverride": true
|
|
},
|
|
"types": [],
|
|
"include": [
|
|
"./play.pokemonshowdown.com/js/lib/preact.d.ts",
|
|
"./play.pokemonshowdown.com/src/*",
|
|
"./replay.pokemonshowdown.com/src/*",
|
|
"./teams.pokemonshowdown.com/src/*"
|
|
]
|
|
}
|