Use wrapper in example

This commit is contained in:
Andras Schmelczer 2025-07-04 03:09:11 +01:00
commit ae5940718e
6 changed files with 44 additions and 40 deletions

View file

@ -4,9 +4,14 @@
"target": "ESNext",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"declaration": true,
"declarationDir": "./dist/types"
"declarationDir": "./dist/types",
"outDir": "./dist",
"rootDir": "./src",
"skipLibCheck": true,
"inlineSourceMap": true
},
"exclude": [
"./dist"