mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-03 14:16:07 -05:00
Merge branch 'fix/tsconfig' into develop
This commit is contained in:
commit
6dd60d545b
1 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,10 @@
|
|||
"sourceMap": true,
|
||||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"incremental": true
|
||||
"incremental": true,
|
||||
"typeRoots": [
|
||||
"./types",
|
||||
"./node_modules/@types"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue