@eclipse-glsp/ts-config
Version:
Shared Typescript configuration for GLSP projects
40 lines (39 loc) • 931 B
JSON
{
"name": "@eclipse-glsp/ts-config",
"version": "2.4.0",
"description": "Shared Typescript configuration for GLSP projects",
"keywords": [
"eclipse",
"glsp",
"tsconfig"
],
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-glsp/glsp.git"
},
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": {
"name": "Eclipse GLSP"
},
"contributors": [
{
"name": "Eclipse GLSP Project",
"email": "glsp-dev@eclipse.org",
"url": "https://projects.eclipse.org/projects/ecd.glsp"
}
],
"main": "./tsconfig.json",
"files": [
"tsconfig.json",
"mocha.json"
],
"peerDependencies": {
"typescript": ">=4.9.x"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0559999af56de7627e26566a1b22a0c5311295da"
}