2023-08-22 13:07:24 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"checkJs": true,
|
2023-08-22 14:30:49 +03:00
|
|
|
"target": "ESNext",
|
2023-08-24 15:13:04 +03:00
|
|
|
"module": "ESNext",
|
2023-08-22 13:07:24 +03:00
|
|
|
"allowUmdGlobalAccess": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
],
|
|
|
|
"typeAcquisition": {
|
|
|
|
"include": [
|
|
|
|
"jquery",
|
|
|
|
"@popperjs/core",
|
|
|
|
"toastr",
|
|
|
|
"showdown",
|
|
|
|
"dompurify",
|
2023-08-22 14:30:49 +03:00
|
|
|
"moment",
|
|
|
|
"seedrandom",
|
|
|
|
"showdown-katex",
|
|
|
|
"droll",
|
|
|
|
"handlebars",
|
2023-08-23 02:38:43 +03:00
|
|
|
"highlight.js",
|
2023-11-29 17:51:30 +02:00
|
|
|
"localforage",
|
|
|
|
"pdfjs-dist"
|
2023-08-22 13:07:24 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|