@ark120202/typescript-config
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"$schema": "http://json.schemastore.org/tsconfig", | ||
"extends": "../base.json", | ||
"extends": "./base.json", | ||
"compilerOptions": { | ||
"types": ["node"], | ||
"lib": ["es2018"], | ||
"target": "es2018", | ||
"module": "commonjs", | ||
"sourceMap": true, | ||
"declaration": true, | ||
"declarationMap": true | ||
"lib": ["es2018"] | ||
} | ||
} |
{ | ||
"$schema": "http://json.schemastore.org/tsconfig", | ||
"extends": "./10.json", | ||
"extends": "./base.json", | ||
"compilerOptions": { | ||
"lib": ["es2019", "esnext.bigint"], | ||
"target": "es2019" | ||
"target": "es2019", | ||
"lib": ["es2019", "es2020.bigint"] | ||
} | ||
} |
{ | ||
"name": "@ark120202/typescript-config", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "TypeScript config for ark120202", | ||
"repository": "https://github.com/ark120202/typescript-config.git", | ||
"repository": "https://github.com/ark120202/typescript-config", | ||
"license": "MIT", | ||
"author": "ark120202", | ||
"files": [ | ||
"dota", | ||
"base.json", | ||
"node", | ||
"web", | ||
"base.json" | ||
"web" | ||
], | ||
"scripts": { | ||
"lint": "prettier --check **/*.{md,yml,json}" | ||
"lint": "prettier --check ." | ||
}, | ||
@@ -24,8 +23,4 @@ "prettier": { | ||
"devDependencies": { | ||
"prettier": "^1.17.0" | ||
}, | ||
"peerDependencies": { | ||
"tslib": "*", | ||
"typescript": "^3.0.1" | ||
"prettier": "^2.1.1" | ||
} | ||
} |
{ | ||
"$schema": "http://json.schemastore.org/tsconfig", | ||
"extends": "../base.json", | ||
"extends": "./base.json", | ||
"compilerOptions": { | ||
"lib": ["dom", "dom.iterable", "es2017"], | ||
"target": "es2017", | ||
"module": "esnext", | ||
"sourceMap": true | ||
"lib": ["es2017", "dom", "dom.iterable"] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2308
0
10
77