-
- Downloads
Installed and initialised typescript
package-lock.json
0 → 100644
... | ... | @@ -4,9 +4,13 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"tsc": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"typescript": "^3.0.3" | ||
} | ||
} |
tsconfig.json
0 → 100644
Please register or sign in to comment