Update tsconfig

pull/1072/head
Cory LaViska 2022-12-09 11:54:40 -05:00
rodzic 1ff05c4b3d
commit 6284ed0347
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,