mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
6f7ef25369
- Fix jsconfig module resolution for imports in frontend scripts - Add file with common slash command enum values
32 lines
709 B
JSON
32 lines
709 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowUmdGlobalAccess": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"typeAcquisition": {
|
|
"include": [
|
|
"jquery",
|
|
"@popperjs/core",
|
|
"toastr",
|
|
"showdown",
|
|
"dompurify",
|
|
"moment",
|
|
"seedrandom",
|
|
"showdown-katex",
|
|
"droll",
|
|
"handlebars",
|
|
"highlight.js",
|
|
"localforage",
|
|
"pdfjs-dist",
|
|
"@mozilla/readability"
|
|
]
|
|
}
|
|
}
|