mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
adding full support for generators
This commit is contained in:
parent
81d53ac6e6
commit
c223d0c9b1
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"strictPropertyInitialization" : true,
|
||||
"lib": ["es6", "dom"],
|
||||
"downlevelIteration" : true,
|
||||
"lib": ["es6", "dom", "es2015"],
|
||||
"baseUrl": "./"
|
||||
},
|
||||
"include": [
|
||||
|
|
Loading…
Reference in a new issue