From b90bbeab7c1435518224496821ff3449476c458d Mon Sep 17 00:00:00 2001 From: Helianthella Date: Tue, 22 Dec 2020 00:06:42 -0500 Subject: upgrade to Vue 3, switch to yarn implies a slight refactor --- tsconfig.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4593ea5..a6bfccf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,21 +1,20 @@ { "compilerOptions": { - "target": "es5", + "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", + "resolveJsonModule": true, "experimentalDecorators": true, + "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", - "resolveJsonModule": true, "types": [ - "webpack-env", - "mocha", - "chai" + "webpack-env" ], "paths": { "@/*": [ -- cgit v1.2.3-60-g2f50