Adding more TS
This commit is contained in:
7
ts/index.ts
Normal file
7
ts/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { MESSAGE_TEST } from "./test";
|
||||
import { MESSAGE_ALT } from "./test2";
|
||||
|
||||
//@ts-ignore
|
||||
print(MESSAGE_TEST);
|
||||
//@ts-ignore
|
||||
print(MESSAGE_ALT);
|
1
ts/test.ts
Normal file
1
ts/test.ts
Normal file
@ -0,0 +1 @@
|
||||
export const MESSAGE_TEST = 'yeet';
|
1
ts/test2.ts
Normal file
1
ts/test2.ts
Normal file
@ -0,0 +1 @@
|
||||
export const MESSAGE_ALT = 'hELLO2';
|
Reference in New Issue
Block a user