Update RSVP dependencies to allow synthetic imports.

This commit is contained in:
Chris Krycho
2017-08-11 09:18:16 -04:00
parent fece0e0e6b
commit 0196f2468e
2 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,8 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
},
"files": [
"index.d.ts",

View File

@@ -14,10 +14,11 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
},
"files": [
"index.d.ts",
"ember-tests.ts"
]
}
}