We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5899744 commit 9c34ef6Copy full SHA for 9c34ef6
example/web/typescript/README.md
@@ -2,6 +2,6 @@ This demo shows how use dbrjs with typescript and intellisense in \<script\>.
2
3
`npm install` or `yarn install`.
4
5
-Run `tsc ./script.ts --lib dom,es2015` to build.
+Run `tsc ./script.ts --lib es2015 --lib dom` to build.
6
7
Open `index.html` in browser to run the sample.
example/web/typescript/package.json
@@ -2,6 +2,7 @@
"name": "dbrjs-ts",
"version": "1.0.0",
"dependencies": {
+ "@types/node": "^13.9.8",
"typescript": "^3.8.3"
}
8
0 commit comments