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

9 lines
113 B
JSON

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