Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#48216 [apptimize__apptimize-web-sdk] Unman…
Browse files Browse the repository at this point in the history
…gle scoped package names by @jablko
  • Loading branch information
jablko authored Oct 3, 2020
1 parent 97d6a80 commit dd0cae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Apptimize, { VariantInfo } from 'apptimize__apptimize-web-sdk';
import Apptimize, { VariantInfo } from '@apptimize/apptimize-web-sdk';

// Test Apptimize methods called with valid properties return expected types
Apptimize.flushTracking(); // $ExpectType void
Expand Down
7 changes: 6 additions & 1 deletion types/apptimize__apptimize-web-sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"paths": {
"@apptimize/*": [
"apptimize__*"
]
}
},
"files": [
"index.d.ts",
Expand Down

0 comments on commit dd0cae9

Please sign in to comment.