Start implementing TypeScript declaration file. Work in progress.

This commit is contained in:
Jürg Lehni 2013-09-22 18:06:47 -07:00
parent 139d17033a
commit 123b6b680d

17
build/typescript.sh Executable file
View file

@ -0,0 +1,17 @@
#!/bin/bash
# Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
#
# Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# http://lehni.org/ & http://jonathanpuckey.com/
#
# Distributed under the MIT license. See LICENSE file for details.
#
# All rights reserved.
# Generates TypeScript declaration file
cd jsdoc-toolkit
java -jar jsrun.jar app/run.js -c=conf/typescript.conf
cd ..