From 84172a12924e173680fa02205954f6305e0d44aa Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 19 Nov 2019 13:40:17 +0200 Subject: Initial commit - project skeleton --- src/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..ad1d380 --- /dev/null +++ b/src/index.ts @@ -0,0 +1 @@ +export const x = 1; -- cgit v1.2.3