Add markdown support (#115)

This commit is contained in:
Riccardo Graziosi
2022-06-06 20:20:03 +02:00
committed by GitHub
parent 78049a820c
commit 35c427d9f6
12 changed files with 340 additions and 18 deletions

View File

@@ -8,7 +8,8 @@
"moduleResolution": "node",
"sourceMap": true,
"target": "es5",
"jsx": "react"
"jsx": "react",
"allowSyntheticDefaultImports": true
},
"exclude": [
"**/*.spec.ts",