Skip to content

Commit

Permalink
Merge pull request #8 from ellisonbg/notebooks
Browse files Browse the repository at this point in the history
Add notebooks directory with example Typescript notebook.
  • Loading branch information
blink1073 authored Dec 3, 2019
2 parents 80df05b + 2a8a959 commit 7999d83
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 7999d83

Please sign in to comment.