Skip to content

Commit 4bb2db5

Browse files
committed
cleanup jsconfig.json
1 parent f10ef28 commit 4bb2db5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

jsconfig.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77
"allowSyntheticDefaultImports": true
88
},
99
"exclude": [
10-
"node_modules",
10+
".vscode",
1111
"coverage",
1212
"dist",
13-
"data",
14-
"fixtures"
13+
"example",
14+
"node_modules",
15+
"scripts",
16+
"test/fixtures"
17+
],
18+
"include": [
19+
"example/src"
1520
]
1621
}

0 commit comments

Comments
 (0)