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/**",
|
|
"**/dist/**",
|
|
"**/.git/**",
|
|
"lib/**",
|
|
"**/*.min.js"
|
|
],
|
|
"typeAcquisition": {
|
|
"include": [
|
|
"@popperjs/core",
|
|
"showdown",
|
|
"seedrandom",
|
|
"showdown-katex",
|
|
"droll",
|
|
"handlebars",
|
|
"highlight.js",
|
|
"localforage",
|
|
"pdfjs-dist",
|
|
"@mozilla/readability"
|
|
]
|
|
}
|
|
}
|