Skip to content

Commit

Permalink
Add third_party in root
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed Dec 14, 2021
1 parent 638be56 commit 305912c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"#utils/*": ["./src/utils/*"],

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

Expand Down
26 changes: 1 addition & 25 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
{
"extends": "./tsconfig.base.json",

"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",

"paths": {
"#3p/*": ["./3p/*"],
"#ads/*": ["./ads/*"],
"#build/*": ["./build/*"],

"#builtins/*": ["./src/builtins/*"],
"#compiler": ["./src/compiler"],
"#compiler/*": ["./src/compiler/*"],
"#core/*": ["./src/core/*"],
"#experiments": ["./src/experiments"],
"#experiments/*": ["./src/experiments/*"],
"#inabox/*": ["./src/inabox/*"],
"#polyfills": ["./src/polyfills"],
"#polyfills/*": ["./src/polyfills/*"],
"#preact": ["./src/preact"],
"#preact/*": ["./src/preact/*"],
"#purifier": ["./src/purifier"],
"#purifier/*": ["./src/purifier/*"],
"#service": ["./src/service"],
"#service/*": ["./src/service/*"],
"#utils": ["./src/utils"],
"#utils/*": ["./src/utils/*"],

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

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

0 comments on commit 305912c

Please sign in to comment.