Bunch of updates in preparation for publish

This commit is contained in:
Ingvar Stepanyan
2023-08-05 18:46:26 +01:00
parent a4052aef92
commit c80c04f006
23 changed files with 486 additions and 358 deletions

View File

@@ -1,10 +1,11 @@
{
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"noEmit": true
"strict": true,
"declaration": true,
"outDir": "build"
},
"exclude": ["libapi.*"]
"include": ["src/camera.ts"]
}