Add devcontainer and stuff

This commit is contained in:
2021-03-26 12:37:58 +00:00
parent eb7fdeddac
commit b1916fe55d
8 changed files with 450 additions and 339 deletions

View File

@@ -6,13 +6,15 @@
"main": "index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
"watch": "rollup -c -w",
"serve": "http-server ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"http-server": "^0.12.3",
"rollup": "^2.26.4",
"tslib": "^2.0.1",
"typescript": "^4.0.2"