Skip to content

Commit

Permalink
chore: type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassoun Derderian committed Mar 29, 2023
1 parent 4ffb848 commit a75dc1b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 106 deletions.
154 changes: 49 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"noUnusedParameters": true,
"strict": true,
"target": "es6",
"types": ["jest", "node"]
"types": ["jest", "node"],
"baseUrl": ".",
"paths": {
"@glideapps/*": ["node_modules/@workfront-grid/*"]
}
}
}

0 comments on commit a75dc1b

Please sign in to comment.