This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/examples/typescript/src/main/ts/package.json
TheBrokenRail 48796de9de
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Update Examples
2020-05-23 20:54:20 -04:00

9 lines
113 B
JSON

{
"devDependencies": {
"typescript": "latest"
},
"scripts": {
"build": "tsc"
}
}