refactor: move files to source folder

This commit is contained in:
abhijithvijayan
2020-04-26 20:16:25 +05:30
parent 9cca9e5101
commit 5ba8026698
48 changed files with 148 additions and 139 deletions

View File

@@ -13,7 +13,7 @@
"skipLibCheck": true,
},
"include": [
"src",
"src/manifest/index.js"
"source",
"source/manifest/index.js"
]
}