chore: update tsconfig.json

This commit is contained in:
abhijithvijayan 2020-01-31 15:58:02 +05:30
parent 0a6f8d8497
commit bedeb4f617

View File

@ -41,7 +41,7 @@
"noUnusedLocals": true, "noUnusedLocals": true,
}, },
"include": [ "include": [
"src/**/*.ts", "src/manifest/index.js" "src/**/*", "src/manifest/index.js"
], ],
"exclude": [ "exclude": [
"node_modules" "node_modules"