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.46
to
0.2.47
+10
vite.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"noEmit": true,
"moduleResolution": "Bundler",
"module": "ES2022"
},
"include": ["*.ts"],
"exclude": ["node_modules"]
}
+6
-0

@@ -7,2 +7,3 @@ {

"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,

@@ -29,2 +30,4 @@ "target": "ES2022",

"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitOverride": true,

@@ -35,2 +38,5 @@ "strictNullChecks": true,

"strictPropertyInitialization": true,
"noImplicitReturns": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,

@@ -37,0 +43,0 @@ /** Transpile using Typescript */

+1
-1

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

"private": false,
"version": "0.2.46",
"version": "0.2.47",
"files": [

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

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"noEmit": true,
"moduleResolution": "Bundler",
"module": "Preserve"
},
"include": ["*.ts"],
"exclude": ["node_modules"]
}