@eclipse-glsp/ts-config
Advanced tools
Comparing version 1.1.0-next.7026c40.129 to 1.1.0-next.73d6685.138
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "1.1.0-next.7026c40.129+7026c40", | ||
"version": "1.1.0-next.73d6685.138+73d6685", | ||
"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": "7026c40d0dafe0b03a94bf0813612de8179cef54" | ||
"gitHead": "73d668576408ca2532556520a2b9426b634480dc" | ||
} |
@@ -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": { | ||
@@ -27,4 +28,4 @@ "skipLibCheck": true, | ||
"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
39130
6
67
33