Skip to content

Commit 375d234

Browse files
committed
chore(tsconfig): update target to esnext and enforce strict settings
1 parent 1e5d70a commit 375d234

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2023",
3+
"target": "esnext",
44
"lib": [
55
"dom",
66
"dom.iterable",
@@ -11,8 +11,8 @@
1111
"skipLibCheck": true,
1212
"esModuleInterop": true,
1313
"allowSyntheticDefaultImports": true,
14-
"strict": false,
15-
"forceConsistentCasingInFileNames": false,
14+
"strict": true,
15+
"forceConsistentCasingInFileNames": true,
1616
"noFallthroughCasesInSwitch": true,
1717
"module": "esnext",
1818
"moduleResolution": "node",

0 commit comments

Comments
 (0)