@ausweis/typescript
Advanced tools
+10
| { | ||
| "$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" |
-10
| { | ||
| "$schema": "https://json.schemastore.org/tsconfig", | ||
| "compilerOptions": { | ||
| "noEmit": true, | ||
| "moduleResolution": "Bundler", | ||
| "module": "Preserve" | ||
| }, | ||
| "include": ["*.ts"], | ||
| "exclude": ["node_modules"] | ||
| } |
2276
9.53%62
10.71%