fix: typescript config issues

This commit is contained in:
abhijithvijayan
2020-05-04 23:42:41 +05:30
parent 6fb03409fc
commit 30541c551b

View File

@@ -1,8 +1,6 @@
{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
/* for manifest/index.js */
"allowJs": true,
"lib": [
"dom",
"dom.iterable",
@@ -13,7 +11,6 @@
"skipLibCheck": true,
},
"include": [
"source",
"source/manifest/index.js"
"source"
]
}