Skip to content

Commit 28e21a2

Browse files
committed
chore: fix tsc error
1 parent c5cdf0c commit 28e21a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"compilerOptions": {
3-
"module": "ESNext",
3+
"module": "esnext",
44
"moduleResolution": "bundler",
55
"strict": true,
66
"declaration": true,
77
"noEmit": true,
88
"esModuleInterop": true,
99
"skipLibCheck": true
1010
},
11-
"include": ["**/*.ts"]
11+
"include": ["src"]
1212
}

0 commit comments

Comments
 (0)