Added NodePlatformAdapter and fixed bug in platform independent functions and added Demo.

This commit is contained in:
2022-06-29 15:00:01 +00:00
committed by GitHub
parent f3c0d646e3
commit bdbb5deda9
18 changed files with 432 additions and 105 deletions

View File

@ -1,12 +1,11 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"target": "esnext",
"module": "esnext",
"lib": [
"es6",
"es2017",
"esnext",
"webworker"
"ESNext",
"WebWorker",
"DOM"
],
"skipLibCheck": true,
"sourceMap": true,