Some Remainder Files for Typescript / Vscode & Edge Browser / node.js / Webpack for Typescript Versions { "platform": { "human_readable": "Windows 11 x64 Pro", "uname": "MINGW64_NT-10.0-22000 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64" }, "node": { "node": "16.15.1", "npm": "8.12.1", "nvm": "1.1.9", }, "dependencies": {}, "devDependencies": { "clean-webpack-plugin": "^4.0.0", "ts-loader": "^9.3.0", "typescript": "^4.7.3", "webpack": "^5.73.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.9.2" } } launch.json launch.json An example file for vs-code to run ms-edgebrowser for renote debugging with liveserver run on port 3000 package.json package.json An example node package file to work with webpack / typescript includes scripts to run build and start tsconfig.json tsconfig.json An example tscofig file to work with ES6, ECMA2015 and experimental decorators. Optimized for webpack. webpack.config.js webpack.config.js An example webpack config for development, with server and ts-loader. webpack.config.prod.js webpack.config.prod.js An example webpack config for production build with ts-loader for typescript.