You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@artus/tsconfig

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus/tsconfig - npm Package Compare versions

Comparing version

to
0.0.2

.github/workflows/nodejs.yml

13

package.json
{
"name": "@artus/tsconfig",
"version": "0.0.1",
"version": "0.0.2",
"main": "tsconfig.json",
"description": "TSConfigs for Artus projects to extend.",
"scripts": {
"test": "jest --config ./jest.config.js"
"test": "jest --config ./jest.config.js",
"ci": "npm test"
},

@@ -33,6 +34,14 @@ "repository": {

"coffee": "^5.4.0",
"egg-ci": "^1.19.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
},
"ci": {
"version": "16",
"type": "github",
"os": {
"github": "linux"
}
}
}

3

tsconfig.json

@@ -6,5 +6,2 @@ {

"target": "ES2017",
"types": [
"node"
],
"lib": [

@@ -11,0 +8,0 @@ "ESNext"