2023-08-22 12:07:24 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"checkJs": true,
|
2023-08-22 13:30:49 +02:00
|
|
|
"target": "ESNext",
|
2023-08-24 14:13:04 +02:00
|
|
|
"module": "ESNext",
|
2024-06-17 03:30:52 +02:00
|
|
|
"moduleResolution": "node",
|
2023-08-22 12:07:24 +02:00
|
|
|
"allowUmdGlobalAccess": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
2024-10-06 18:26:37 +02:00
|
|
|
"**/node_modules/**",
|
|
|
|
"**/dist/**",
|
|
|
|
"**/.git/**",
|
|
|
|
"lib/**",
|
2024-10-13 13:02:53 +02:00
|
|
|
"**/*.min.js",
|
|
|
|
"scripts/extensions/quick-reply/lib/**"
|
2023-08-22 12:07:24 +02:00
|
|
|
],
|
|
|
|
"typeAcquisition": {
|
|
|
|
"include": [
|
|
|
|
"@popperjs/core",
|
|
|
|
"showdown",
|
2023-08-22 13:30:49 +02:00
|
|
|
"seedrandom",
|
|
|
|
"showdown-katex",
|
|
|
|
"droll",
|
|
|
|
"handlebars",
|
2023-08-23 01:38:43 +02:00
|
|
|
"highlight.js",
|
2023-11-29 16:51:30 +01:00
|
|
|
"localforage",
|
2024-02-29 15:37:52 +01:00
|
|
|
"pdfjs-dist",
|
|
|
|
"@mozilla/readability"
|
2023-08-22 12:07:24 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|