fix: import './ts' instead of './ts__'

This commit is contained in:
TopchetoEU 2023-08-25 17:11:08 +03:00
parent 1e25995225
commit 91579bd3a0
No known key found for this signature in database
GPG Key ID: 24E57B2E9C61AD19

View File

@ -1,5 +1,5 @@
// TODO: load this in java
var ts = require('./ts__');
var ts = require('./ts');
log("Loaded typescript!");
var src = '', lib = libs.concat([ 'declare const exit: never;' ]).join(''), decls = '', version = 0;