@eclipse-glsp/ts-config
Advanced tools
Comparing version 1.1.0-next.adb81ca.116 to 1.1.0-next.cbae4df.145
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "1.1.0-next.adb81ca.116+adb81ca", | ||
"version": "1.1.0-next.cbae4df.145+cbae4df", | ||
"description": "Shared Typescript configuration for GLSP projects", | ||
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"keywords": [ | ||
@@ -11,6 +10,4 @@ "eclipse", | ||
], | ||
"author": { | ||
"name": "Eclipse GLSP" | ||
}, | ||
"homepage": "https://www.eclipse.org/glsp/", | ||
"bugs": "https://github.com/eclipse-glsp/glsp/issues", | ||
"repository": { | ||
@@ -20,3 +17,6 @@ "type": "git", | ||
}, | ||
"bugs": "https://github.com/eclipse-glsp/glsp/issues", | ||
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"author": { | ||
"name": "Eclipse GLSP" | ||
}, | ||
"contributors": [ | ||
@@ -29,13 +29,14 @@ { | ||
], | ||
"main": "./tsconfig.json", | ||
"files": [ | ||
"tsconfig.json", | ||
"mocha.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.9.3" | ||
"typescript": ">=4.9.x" | ||
}, | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "tsconfig.json", | ||
"gitHead": "adb81cabcd57fe18557dcbb6073777053ae9d059" | ||
"gitHead": "cbae4df98904f9eeaf41492ab687cf6507b8dc36" | ||
} |
@@ -17,3 +17,3 @@ # Eclipse GLSP - Shared Typescript configuration | ||
{ | ||
"extends": "@eclipse-glsp/ts-config/tsconfig.json", | ||
"extends": "@eclipse-glsp/ts-config", | ||
"compilerOptions": { | ||
@@ -26,2 +26,6 @@ "rootDir": "src", | ||
In addition, a custom configuration for projects that use `mocha` is available: | ||
- `@eclipse-glsp/ts-config/mocha` | ||
## More information | ||
@@ -28,0 +32,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"compilerOptions": { | ||
@@ -21,4 +22,4 @@ "skipLibCheck": true, | ||
"resolveJsonModule": true, | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"module": "CommonJS", | ||
"moduleResolution": "Node", | ||
"target": "ES2017", | ||
@@ -28,4 +29,4 @@ "jsx": "react", | ||
"sourceMap": true, | ||
"types": ["node", "mocha", "reflect-metadata"] | ||
"types": ["node", "reflect-metadata"] | ||
} | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39125
6
67
33