Skip to content
Snippets Groups Projects
Commit 14e6ef57 authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

Cleanup

parent 1ab19cb9
No related branches found
No related tags found
No related merge requests found
/*!
* <%= pkg.name %> library v<%= pkg.version %>
* <%= pkg.homepage %>
* @preserve
*
* Copyright (c) 2014-<%= now.substr(0, 4) %> Alvaro Cabrera & Tomasz Ducin
* Released under the <%= pkg.license %> license
......
#!/bin/sh
# --out will not work with CommonJS, see https://github.com/Microsoft/TypeScript/issues/1544
tsc --module commonjs ts/index.ts ts/api/extend.ts # add `--noImplicitAny` at some point
mkdir -p lib/api lib/class lib/core lib/generators lib/types
mv ts/api/*.js lib/api/
mv ts/class/*.js lib/class/
mv ts/core/*.js lib/core/
mv ts/generators/*.js lib/generators/
mv ts/types/*.js lib/types/
mv ts/*.js lib/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment