mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"extends": "@abhijithvijayan/tsconfig",
|
|
"compilerOptions": {
|
|
/* for manifest/index.js */
|
|
"allowJs": true,
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"declaration": false,
|
|
/* Additional Checks */
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": [
|
|
"source",
|
|
"source/manifest/index.js"
|
|
]
|
|
} |