mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-22 07:26:23 +01:00
28 lines
615 B
JSON
28 lines
615 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowUmdGlobalAccess": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/dist/**",
|
|
"**/.git/**",
|
|
"lib/**",
|
|
"**/*.min.js",
|
|
"scripts/extensions/quick-reply/lib/**"
|
|
],
|
|
"typeAcquisition": {
|
|
"include": [
|
|
"@popperjs/core",
|
|
"showdown",
|
|
"seedrandom",
|
|
"showdown-katex",
|
|
"droll"
|
|
]
|
|
}
|
|
}
|