@ausweis/typescript
Advanced tools
| { | ||
| "$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 | ||
| } | ||
| } |
2638
14.15%6
20%85
34.92%