From 5aa7c4f9499135dd12162045e441f5215ee050aa Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 26 Mar 2023 18:31:50 +0200 Subject: Full working app --- scripts/package.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/package.json (limited to 'scripts/package.json') diff --git a/scripts/package.json b/scripts/package.json new file mode 100644 index 0000000..cf1fe7d --- /dev/null +++ b/scripts/package.json @@ -0,0 +1,5 @@ +{ + "devDependencies": { + "typescript": "^4.4.3" + } +} -- cgit v1.3.1