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 c8c419f commit a4871e6Copy full SHA for a4871e6
package.json
@@ -1,11 +1,10 @@
1
{
2
"name": "typescript-plugin-namespace-import",
3
"version": "0.1.0",
4
- "description": "",
+ "description": "A TypeScript Language Service Plugin to insert Namespace Import automatically.",
5
"main": "dist/index.js",
6
"scripts": {
7
- "build": "tsc",
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "tsc"
9
},
10
"repository": {
11
"type": "git",
0 commit comments