netpoetica / typescript-from-scratch

Very rudimentary example of setting up TypeScript as raw and natively as possible (not for production usage)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript from Scratch

This is a very rudimentary setup, only for illustration purposes in education.

This is not a production-friendly template :)

The dist/ folder is intentionally left in place for comparing TypeScript to compiled JavaScript.

About

Very rudimentary example of setting up TypeScript as raw and natively as possible (not for production usage)


Languages

Language:TypeScript 92.5%Language:HTML 7.5%