From bbc85d8d164ffad5f841e07f6d67965eafe00187 Mon Sep 17 00:00:00 2001 From: "837816638@qq.com" <> Date: Fri, 21 Aug 2020 16:40:47 +0800 Subject: [PATCH] first commit --- jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 000000000..f87334d48 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + } +}