Added test project.

This commit is contained in:
Colin Williams
2023-03-12 13:10:18 -07:00
parent 0f303118cf
commit 013f2a069c
13 changed files with 198 additions and 9 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "d4h-typescript-test",
"version": "1.0.0",
"main": "./built/index.js",
"license": "MIT",
"scripts": {
"build": "npx tsc",
"launch": "npm run build && node ./built"
},
"devDependencies": {
"typescript": "^4.8.4"
},
"dependencies": {
"d4h-typescript": "file:../lib"
}
}