Skip to content

Commit b41f3af

Browse files
committed
Now compiles properly
1 parent 5a70956 commit b41f3af

42 files changed

Lines changed: 554 additions & 2700 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/scripting/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ clean:
55
mkdir build
66

77
compile:
8-
cp -r src/* build/
8+
tsc --target ES5 src/api/Display/Display.ts --out build/api/Display.js

0 commit comments

Comments
 (0)