1
0
mirror of https://github.com/SillyTavern/SillyTavern.git synced 2025-03-01 02:17:48 +01:00
SillyTavern/jsconfig.json

20 lines
461 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"strictNullChecks": true,
"strictFunctionTypes": true,
"checkJs": true,
"allowUmdGlobalAccess": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"exclude": [
"node_modules",
"**/node_modules/*",
"public/lib",
"backups/*",
]
}