mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Remove typeRoots from tsconfig
As we got rid of the express types in `./types`, we can also remove the `typeRoots` setting. This also allows ts-jest to find the Jest typings when run with Yarn PnP. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
1f2067288a
commit
9395db2744
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"incremental": true,
|
||||
"typeRoots": [
|
||||
"./types",
|
||||
"./node_modules/@types"
|
||||
],
|
||||
"strict": true,
|
||||
"strictPropertyInitialization": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue