@eclipse-glsp/ts-config
Advanced tools
Comparing version 1.0.0 to 1.1.0-RC06
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0-RC06", | ||
"description": "Shared Typescript configuration for GLSP projects", | ||
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"keywords": [ | ||
"eclipse", | ||
"glsp", | ||
"tsconfig" | ||
], | ||
"author": { | ||
"name": "Eclipse GLSP" | ||
}, | ||
"homepage": "https://www.eclipse.org/glsp/", | ||
"bugs": "https://github.com/eclipse-glsp/glsp/issues", | ||
"repository": { | ||
@@ -18,3 +16,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": [ | ||
@@ -27,13 +28,13 @@ { | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.5.5" | ||
}, | ||
"main": "tsconfig.json", | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.9.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "tsconfig.json", | ||
"gitHead": "fe535dbf865fafa4fa024d5874d76a115d6bb069" | ||
"gitHead": "7a955a424094da88dd9ed43d14c78926de9a6722" | ||
} |
@@ -22,3 +22,3 @@ { | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"moduleResolution": "Node16", | ||
"target": "ES2017", | ||
@@ -25,0 +25,0 @@ "jsx": "react", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37925
1