mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-04 14:18:55 -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,
|
"sourceMap": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"incremental": true
|
"incremental": true,
|
||||||
|
"typeRoots": [
|
||||||
|
"./types",
|
||||||
|
"./node_modules/@types"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue