Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Support all-typescript tooling with ts-node #60

Merged
merged 3 commits into from
Jan 3, 2018

Conversation

peterblazejewicz
Copy link
Collaborator

This PR proposes moving entire scripting into TypeScript with the help of ts-node:
https://github.com/TypeStrong/ts-node

The ts-node allows to execute build scripts written in TypeScript
so the entire project could be written in TypeScript.
This commit introduces support for ts-node, updates packages
and migrate copy routine to TypeScript.

"copy-static-assets": "ts-node copyStaticAssets.ts",

Thanks!

The ts-node allows to execute build scripts written in TypeScript
so the entire project could be written in TypeScript.
This commit introduces support for ts-node, updates packages
and migrate copy routine to TypeScript

Thanks!
@bowdenk7 bowdenk7 merged commit 1436c8f into microsoft:master Jan 3, 2018
@peterblazejewicz peterblazejewicz deleted the feat/ts-node branch January 3, 2018 22:42
brittanyferderer pushed a commit that referenced this pull request Jun 17, 2022
Support all-typescript tooling with `ts-node`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants