From 6284ed034713261a90635249eed237f2ed1602a3 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 9 Dec 2022 11:54:40 -0500 Subject: [PATCH] Update tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b579ebe..ec49f88b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ "target": "es2017", - "module": "es2015", "lib": [ "dom", "dom.Iterable", @@ -22,6 +21,7 @@ "moduleResolution": "node", "esModuleInterop": true, "experimentalDecorators": true, + "useDefineForClassFields": false, /* See https://lit.dev/docs/components/properties/#avoiding-issues-with-class-fields */ "removeComments": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true,