We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223c045 commit f0ebb3dCopy full SHA for f0ebb3d
1 file changed
package.json
@@ -17,13 +17,13 @@
17
},
18
"repository": {
19
"type": "git",
20
- "url": "https://github.com/adrianstephens/TypeScript.git"
+ "url": "git+https://github.com/adrianstephens/TypeScript.git"
21
22
"main": "./lib/typescript.js",
23
"typings": "./lib/typescript.d.ts",
24
"bin": {
25
- "tsc": "./bin/tsc",
26
- "tsserver": "./bin/tsserver"
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
27
28
"engines": {
29
"node": ">=14.17"
0 commit comments