Use babel and closure without bundler for type checking

This commit is contained in:
Andreas Hocevar
2018-02-08 17:50:16 +01:00
parent 9c12b351e5
commit 287723902c
4 changed files with 28 additions and 18 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"plugins": ["jsdoc-closure"],
"parserOpts": {
"parser": "recast"
},
"generatorOpts": {
"generator": "recast"
}
}