From 90980113c7686512ab5e6d3c2f5a0564d96221ce Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 09:10:30 +0800 Subject: [PATCH] ADD file via upload --- flower_user_front/jsconfig.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 flower_user_front/jsconfig.json diff --git a/flower_user_front/jsconfig.json b/flower_user_front/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/flower_user_front/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +}