fix: use src/ as source for typescript

This commit is contained in:
abhijithvijayan
2020-01-31 15:37:23 +05:30
parent 885336dd1c
commit 45767fd574

View File

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