Skip to content

Commit

Permalink
Add notebooks directory with example Typescript notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Nov 27, 2019
1 parent 5186ccf commit 2a8a959
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 0 deletions.
19 changes: 19 additions & 0 deletions notebooks/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"presets": [
"@babel/env",
[
"@babel/typescript",
{
"isTSX": true,
"allExtensions": true,
"allowNamespaces": true
}
],
"@babel/react"
],
"plugins": [
["@babel/plugin-transform-modules-commonjs", {
"strictMode": false
}]
]
}
Loading

0 comments on commit 2a8a959

Please sign in to comment.