mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-26 13:12:34 -05:00
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "es6", "es2016.array.include", "es2017.object"],
|
|
"module": "ES2015",
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve",
|
|
"noImplicitOverride": true
|
|
},
|
|
"types": ["*"],
|
|
"include": [
|
|
"./play.pokemonshowdown.com/js/lib/preact.d.ts",
|
|
"./play.pokemonshowdown.com/src/*",
|
|
"./replay.pokemonshowdown.com/src/*",
|
|
"./teams.pokemonshowdown.com/src/*"
|
|
]
|
|
}
|