Skip to content

Commit 4b3f0bd

Browse files
committed
Update ts config
1 parent 1f2f24e commit 4b3f0bd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tsconfig.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"compilerOptions": {
3-
"target": "esnext",
4-
"lib": ["dom", "esnext"],
5-
"strict": true,
6-
"module": "commonjs",
7-
"sourceMap": true,
8-
"esModuleInterop": true
9-
}
2+
"compilerOptions": {
3+
"target": "esnext",
4+
"lib": ["dom", "esnext"],
5+
"strict": true,
6+
"module": "commonjs",
7+
"sourceMap": true,
8+
"esModuleInterop": true
9+
},
10+
"include": ["src"]
1011
}

0 commit comments

Comments
 (0)