New permissions example

This commit is contained in:
hydrabolt
2015-10-27 16:53:32 +00:00
parent d08e802083
commit 2c9c961b8e
3 changed files with 54 additions and 42 deletions

5
examples/jsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"target": "ES6"
}
}