mirror of
https://github.com/aidenlx/table-extended.git
synced 2026-07-22 05:30:29 +00:00
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
25 lines
493 B
JSON
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"]
|
|
}
|