SillyTavern / public /jsconfig.json
dwf89044485's picture
Upload 865 files
eb6ce97 verified
raw
history blame contribute delete
554 Bytes
{
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowUmdGlobalAccess": true,
"allowSyntheticDefaultImports": true,
"strictBindCallApply": true
},
"exclude": [
"**/node_modules/**",
"**/dist/**",
"**/.git/**",
"lib/**",
"**/*.min.js",
"scripts/extensions/quick-reply/lib/**",
"scripts/extensions/tts/lib/**"
],
"typeAcquisition": {
"include": []
}
}