Skip to content

Commit 30541c5

Browse files
fix: typescript config issues
1 parent 6fb0340 commit 30541c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "@abhijithvijayan/tsconfig",
33
"compilerOptions": {
4-
/* for manifest/index.js */
5-
"allowJs": true,
64
"lib": [
75
"dom",
86
"dom.iterable",
@@ -13,7 +11,6 @@
1311
"skipLibCheck": true,
1412
},
1513
"include": [
16-
"source",
17-
"source/manifest/index.js"
14+
"source"
1815
]
1916
}

0 commit comments

Comments
 (0)