We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f858169 commit 0c88295Copy full SHA for 0c88295
packages/nativescript-websockets/index.d.ts
packages/nativescript-websockets/project.json
@@ -11,10 +11,9 @@
11
"outputPath": "dist/packages/nativescript-websockets",
12
"tsConfig": "packages/nativescript-websockets/tsconfig.json",
13
"packageJson": "packages/nativescript-websockets/package.json",
14
- "main": "packages/nativescript-websockets/index.d.ts",
+ "main": "packages/nativescript-websockets/index.ts",
15
"assets": [
16
"packages/nativescript-websockets/*.md",
17
- "packages/nativescript-websockets/index.d.ts",
18
"LICENSE",
19
{
20
"glob": "**/*",
0 commit comments