mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -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",
|
"outDir": "./dist",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"typeRoots": [
|
|
||||||
"./types",
|
|
||||||
"./node_modules/@types"
|
|
||||||
],
|
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"strictPropertyInitialization": false
|
"strictPropertyInitialization": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue