Skip to content

Commit

Permalink
chore: fixing issue with web-bluetooth (to be figured out later how t…
Browse files Browse the repository at this point in the history
…o completely get rid of it)
  • Loading branch information
kulak-at committed Jan 21, 2024
1 parent 184c789 commit 749ba66
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 558 deletions.
Empty file added .null/.gitkeep
Empty file.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
"typescript": "5.3.3",
"vitepress": "^1.0.0-rc.39",
"vitepress-plugin-twoslash": "^0.10.0-beta.9",
"@hypersphere/omnibus": "workspace:*"
"@hypersphere/omnibus": "0.1.0"
},
"scripts": {
"compile": "tsc",
"test": "jest src/*",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"resolutions": {
"@hypersphere/omnibus": "./"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2022",
"lib": ["es2022", "esnext.decorators", "esnext.disposable"],
"lib": ["es2022", "esnext.decorators", "esnext.disposable", "dom"],
"sourceMap": true,
"baseUrl": "./src",
"outDir": "./dist",
"incremental": true,
},
"include": ["src/"],
"exclude": ["!src/"],
"exclude": ["!src/", "docs/", "node_modules/@types/web-bluetooth/"],
}
Loading

0 comments on commit 749ba66

Please sign in to comment.