Sign In

@ausweis/typescript

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausweis/typescript - npm Package Compare versions

Comparing version
0.2.49
to
0.2.50
+11
monorepo-vite.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": ["./monorepo-package.json", "./vite.json"],
"compilerOptions": {
/* AND if you're building for a library: */
"declaration": true,
/* AND if you're building for a library in a monorepo: */
"composite": true,
"declarationMap": true
}
}
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
/* AND if you're building for a library: */
"declaration": true,
/* AND if you're building for a library in a monorepo: */
"composite": true,
"declarationMap": true
}
}
+1
-1

@@ -6,3 +6,3 @@ {

"private": false,
"version": "0.2.49",
"version": "0.2.50",
"files": [

@@ -9,0 +9,0 @@ "*.json"

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
/* AND if you're building for a library: */
"declaration": true,
/* AND if you're building for a library in a monorepo: */
"composite": true,
"declarationMap": true
}
}