mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix: typescript config issues
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user