aidenlx_table-extended/tsconfig.json
AidenLx c6fea5a94c feat: add support to footnote and math embeds; fix embeds not loaded
now all inline md element is rendered by obsidian; add fallback method to get md text for `-tx-`
block; fix async getRawSection method casuing embeds not being loaded properly

close #5; close #22; close #6; close #11
2021-10-25 14:37:12 +08:00

25 lines
493 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"outDir": "",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "es6",
"strict": true,
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"lib": [
"dom",
"es5",
"scripthost",
"es2015",
"dom.iterable",
"ES2020.String"
]
},
"include": ["src/*.ts"]
}