From 50a0f0240d7fef133eb5acc1bea2b1168b08e9db Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 24 Dec 2023 13:03:54 +0700 Subject: migrate to typescript --- jsconfig.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 jsconfig.json (limited to 'jsconfig.json') diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index babd576..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@/components/*": ["components/*"], - "@/utils/*": ["utils/*"], - "@/lib/*": ["lib/*"], - "@/prisma/*": ["prisma/*"] - } - } -} -- cgit v1.2.3