From 5a6f853a153925e82df32f7abe8a4156e74ad373 Mon Sep 17 00:00:00 2001 From: pq6nu3g9e <3143116863@qq.com> Date: Fri, 27 Oct 2023 15:32:35 +0800 Subject: [PATCH] ADD file via upload --- jsconfig.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +}