Skip to content

Commit

Permalink
add data and parse import maps
Browse files Browse the repository at this point in the history
  • Loading branch information
panoply committed Feb 26, 2023
1 parent 9a4a488 commit 1ce018d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"service/*": [
"service/*.ts"
],
"data/*": [
"data/*.ts"
],
"parse/*": [
"parse/*.ts"
],
"utils": [
"utils.ts"
],
Expand Down

0 comments on commit 1ce018d

Please sign in to comment.