From 1c8bf658116425d337f72fb3272ba9e28e947500 Mon Sep 17 00:00:00 2001 From: JianMiau Date: Sun, 10 Apr 2022 11:28:44 +0800 Subject: [PATCH] [add] test --- tsconfig1.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tsconfig1.json diff --git a/tsconfig1.json b/tsconfig1.json new file mode 100644 index 0000000..35c93f9 --- /dev/null +++ b/tsconfig1.json @@ -0,0 +1,29 @@ +{ + "compilerOptions": { + "target": "esnext", + "useDefineForClassFields": true, + "module": "esnext", + "moduleResolution": "node", + "strict": true, + "jsx": "preserve", + "sourceMap": true, + "resolveJsonModule": true, + "isolatedModules": false, + "esModuleInterop": true, + "lib": [ + "esnext", + "dom" + ] + }, + "include": [ + "src/**/*.ts", + "src/**/*.d.ts", + "src/**/*.tsx", + "src/**/*.vue" + ], + "references": [ + { + "path": "./tsconfig.node.json" + } + ] +} \ No newline at end of file