1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00

visual studio code IDE ember-cli extension

This commit is contained in:
Harvey Kandola 2016-07-07 11:42:53 -07:00
parent 96bd8e6add
commit 6cf236f8b3
2 changed files with 8 additions and 1 deletions

7
jsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"experimentalDecorators": true
},
"exclude": ["node_modules", "bower_components", "tmp", "vendor", ".git", "dist"]
}