Skip to content

Commit

Permalink
add jsconfig.json - related to Animatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Mar 2, 2017
1 parent b24dc26 commit 657cdb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jsconfig.json
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}

0 comments on commit 657cdb7

Please sign in to comment.