mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix: use src/ as source for typescript
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"noUnusedLocals": true,
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts", "src/manifest/index.js"
|
||||
"src/**/*", "src/manifest/index.js"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Reference in New Issue
Block a user