2023-08-22 12:07:24 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"checkJs": true,
|
2023-08-22 13:30:49 +02:00
|
|
|
"target": "ESNext",
|
2023-08-22 12:07:24 +02:00
|
|
|
"module": "commonjs",
|
|
|
|
"allowUmdGlobalAccess": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
],
|
|
|
|
"typeAcquisition": {
|
|
|
|
"include": [
|
|
|
|
"jquery",
|
|
|
|
"@popperjs/core",
|
|
|
|
"toastr",
|
|
|
|
"showdown",
|
|
|
|
"dompurify",
|
2023-08-22 13:30:49 +02:00
|
|
|
"moment",
|
|
|
|
"seedrandom",
|
|
|
|
"showdown-katex",
|
|
|
|
"droll",
|
|
|
|
"handlebars",
|
2023-08-22 16:46:37 +02:00
|
|
|
"highlight.js"
|
2023-08-22 12:07:24 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|