Skip to content

Commit b099b83

Browse files
committed
style: 🎨 change to pascal case naming convention
1 parent fb1be58 commit b099b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"outDir": "dist",
55
"sourceMap": false,
66
"target": "ES2019",
7-
"module": "esnext",
8-
"moduleResolution": "node",
7+
"module": "ESNext",
8+
"moduleResolution": "Node",
99
"allowJs": false,
1010
"strict": true,
1111
"noUnusedLocals": true,
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"removeComments": false,
1616
"jsx": "preserve",
17-
"lib": ["esnext", "dom"],
17+
"lib": ["ESNext", "DOM"],
1818
"types": ["jest", "puppeteer", "node"],
1919
"rootDir": ".",
2020
"paths": {

0 commit comments

Comments
 (0)