mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 08:28:54 -04:00
fix(markdown-it-plugins): migrate imported files
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f5736dad0f
commit
ffe48f2fd2
12 changed files with 49 additions and 52 deletions
|
@ -12,11 +12,10 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"esModuleInterop": true,
|
||||
"allowJs": true,
|
||||
"sourceMap": true
|
||||
"declarationMap":true,
|
||||
"sourceMap": true,
|
||||
"typeRoots": ["./types"]
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"exclude": [
|
||||
"../dist", "**/*.test.ts"]
|
||||
"include": ["./src", "./types"],
|
||||
"exclude": ["./dist", "**/*.test.ts"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue