Skip to content

Commit

Permalink
Basic setup TypeScript linkeddata#355
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 2, 2019
1 parent 5c018ac commit 738c24a
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
presets: [
["@babel/env"],
"presets": [
"@babel/preset-env",
"@babel/preset-typescript",
],
"plugins": [
"@babel/plugin-transform-runtime"
Expand Down
246 changes: 246 additions & 0 deletions package-lock.json

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

Loading

0 comments on commit 738c24a

Please sign in to comment.