Skip to content

Commit de10841

Browse files
committed
chore: ember is special
1 parent 13fd039 commit de10841

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

packages/ember/tsconfig.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@
1414
"module": "esnext",
1515
"experimentalDecorators": true,
1616
"paths": {
17-
"dummy/tests/*": ["tests/*"],
18-
"dummy/*": ["tests/dummy/app/*", "app/*"],
19-
"@sentry/ember": ["addon"],
20-
"@sentry/ember/*": ["addon/*"],
21-
"@sentry/ember/test-support": ["addon-test-support"],
22-
"@sentry/ember/test-support/*": ["addon-test-support/*"],
23-
"*": ["types/*"]
17+
"dummy/tests/*": ["./tests/*"],
18+
"dummy/*": ["./tests/dummy/app/*", "./app/*"],
19+
"@sentry/ember": ["./addon"],
20+
"@sentry/ember/*": ["./addon/*"],
21+
"@sentry/ember/test-support": ["./addon-test-support"],
22+
"@sentry/ember/test-support/*": ["./addon-test-support/*"],
23+
"*": ["./types/*"]
2424
}
2525
},
26-
"include": ["app/**/*", "addon/**/*", "tests/**/*", "types/**/*", "test-support/**/*", "addon-test-support/**/*"]
26+
"include": [
27+
"./app/**/*",
28+
"./addon/**/*",
29+
"./tests/**/*",
30+
"./types/**/*",
31+
"./test-support/**/*",
32+
"./addon-test-support/**/*"
33+
]
2734
}

0 commit comments

Comments
 (0)