@eclipse-glsp/ts-config
Advanced tools
Comparing version 1.1.0-next.2fda3cf.122 to 1.1.0-next.3b7f01d.144
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "1.1.0-next.2fda3cf.122+2fda3cf", | ||
"version": "1.1.0-next.3b7f01d.144+3b7f01d", | ||
"description": "Shared Typescript configuration for GLSP projects", | ||
@@ -27,8 +27,9 @@ "keywords": [ | ||
], | ||
"main": "tsconfig.json", | ||
"main": "./tsconfig.json", | ||
"files": [ | ||
"tsconfig.json" | ||
"tsconfig.json", | ||
"mocha.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.9.3" | ||
"typescript": ">=4.9.x" | ||
}, | ||
@@ -38,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2fda3cf3b1e1c2dc1665f692efd5f50239b3da4b" | ||
"gitHead": "3b7f01d088c3dc4048b5428b6660aafe9783dde9" | ||
} |
@@ -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": "Node16", | ||
"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
39126
6
67
33