pokemon-showdown-client/tsconfig.json
2025-02-22 00:42:28 -08:00

22 lines
625 B
JSON

{
"compilerOptions": {
"lib": ["dom", "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/*"
]
}