[oden] Load typescript kinda

This commit is contained in:
John Doty 2023-06-24 14:21:47 -07:00
parent cc21e8c406
commit 3968aabdb1
10 changed files with 1284 additions and 31 deletions

View file

@ -1,4 +1,4 @@
import { cls, print, spr } from "./src/graphics.js";
import { cls, print, spr } from "./src/graphics.ts";
export function init() {
print("Hello world!");