1
0
mirror of https://github.com/SillyTavern/SillyTavern.git synced 2025-03-03 11:27:50 +01:00
SillyTavern/jsconfig.json
2024-04-10 22:00:08 +03:00

21 lines
478 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/*",
"data/*"
]
}