Wiring of markdown-preview

This commit is contained in:
2025-07-04 21:59:09 -05:00
parent e64a18b18b
commit 857f0ded57
18 changed files with 195 additions and 24 deletions

View File

@@ -16,8 +16,11 @@
"declaration": false,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true
}
"forceConsistentCasingInFileNames": true,
},
"includes": [
"src/typings.d.ts"
]
}
@@ -53,7 +56,10 @@
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
},
"includes": [
"src/typings.d.ts"
]
}
*/