From c59a651ea3580555cebbe747f87a8dc75d03cd37 Mon Sep 17 00:00:00 2001 From: liquidev Date: Fri, 6 Sep 2024 22:50:25 +0200 Subject: [PATCH] add jsconfig.json --- jsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..c980d99 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "baseUrl": "./static", + "paths": { + "rkgk/*": [ + "./*" + ] + }, + "target": "ES2020" + } +}