let GL say Hello World

This commit is contained in:
Julian
2020-01-20 12:24:57 +01:00
parent cb79eff4d6
commit 2f0ce2c7b4
5 changed files with 91 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
"description": "Simulating a ocean with typescript and webgl.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"webgl",
@@ -15,5 +16,8 @@
"waves"
],
"author": "Julian Niessner",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"typescript": "^3.7.5"
}
}