pokemon-showdown-client/tsconfig.json
dot-Comfey 2c6f962d8f
Some checks are pending
Node.js CI / build (22.x) (push) Waiting to run
Preact: Fix auto-show spoilers (#2389)
2025-04-20 23:35:23 -07:00

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/*"
]
}