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"
|
|
]
|
|
}
|
|
}
|