From 1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 14 Feb 2022 19:02:54 +0100 Subject: feat: Experiment with tailwind --- src/webapp/tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/webapp/tsconfig.json') diff --git a/src/webapp/tsconfig.json b/src/webapp/tsconfig.json index c143677..dbf7e23 100644 --- a/src/webapp/tsconfig.json +++ b/src/webapp/tsconfig.json @@ -8,6 +8,10 @@ "baseUrl": ".", "allowJs": true, "checkJs": true, + "types": [ + "vite/client", + "@types/validator" + ], "paths": { "@/*": [ "src/*" -- cgit v1.3