UNPKG

372 BJSONView Raw
1{
2 "extends": "@tsconfig/ember",
3 "compilerOptions": {
4 "baseUrl": "..",
5 "paths": {
6 "@ember/test-helpers": [
7 "./addon-test-support/@ember/test-helpers"
8 ],
9 "@ember/test-helpers/*": [
10 "./addon-test-support/@ember/test-helpers/*"
11 ],
12 "*": [
13 "types/*"
14 ]
15 }
16 },
17 "include": ["api.ts", "../types/**/*"]
18}