Skip to content

Commit

Permalink
Move third_party path def into tsconfig.base
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed Dec 14, 2021
1 parent dcbc6e2 commit 4c45f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"#utils/*": ["./src/utils/*"],

"#test/*": ["./test/*"],
"#testing/*": ["./testing/*"]
"#testing/*": ["./testing/*"],

"#third_party/*": ["./third_party/*"]
}
},

Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",

"paths": {
"#third_party/*": ["./third_party/*"]
}
},

"include": ["src", "3p", "ads", "extensions", "test", "testing"]
Expand Down

0 comments on commit 4c45f4c

Please sign in to comment.