Skip to content

Commit

Permalink
chore(shared): remove 'backend/typings' typeRoots from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Nov 15, 2023
1 parent e8c9c7c commit 32ebf81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/@liexp/shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"rootDir": "./src",
"typeRoots": [
"../../../node_modules/@types",
"../backend/typings",
"typings"
],
"tsBuildInfoFile": "lib/tsconfig.tsbuildinfo",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Visit https://aka.ms/tsconfig.json to read more about this file */
{
"extends": "./tsconfig.json",
"compilerOptions": {
Expand Down

0 comments on commit 32ebf81

Please sign in to comment.