UNPKG

159 BJSONView Raw
1{
2 "extends": "@tsconfig/ember",
3 "compilerOptions": {
4 "baseUrl": ".",
5 "paths": {
6 "ember-qunit": [
7 "./index.d.ts"
8 ],
9 }
10 }
11}