build: capitalization in tsconfig

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-19 12:03:19 -07:00
parent c57b9ede34
commit 8d54a90fc1
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ {
"compilerOptions": { "compilerOptions": {
"lib": [ "lib": [
"dom", "DOM",
"es2017" "ES2017"
], ],
"target": "ES2017", "target": "ES2017",
"module": "es2020", "module": "ES2020",
"moduleResolution": "node", "moduleResolution": "node",
"sourceMap": true, "sourceMap": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,