mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-23 07:51:18 +01:00
24 lines
514 B
JSON
24 lines
514 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": [
|
|
"showdown-katex"
|
|
]
|
|
}
|
|
}
|