Add cursors to example

This commit is contained in:
Andras Schmelczer 2025-07-10 22:14:15 +01:00
parent 9c79ebc653
commit f73cd057be
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 243 additions and 41 deletions

View file

@ -7,9 +7,11 @@
"esModuleInterop": true,
"moduleResolution": "bundler",
"outDir": "./dist",
"rootDir": ".",
"rootDir": "./src",
"skipLibCheck": true,
"inlineSourceMap": true
},
"exclude": ["./dist"]
}
"exclude": [
"./dist"
]
}