ember-qunit: Move v3 files to root

This commit is contained in:
Frank Tan
2017-12-28 16:37:28 -05:00
parent 65f86f46e6
commit 126f9bb5f3
4 changed files with 2 additions and 9 deletions

View File

@@ -9,15 +9,8 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../../",
"typeRoots": [
"../../"
],
"paths": {
"ember-qunit": [
"ember-qunit/v3"
]
},
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true