mirror of
https://github.com/yugasun/qrcode-decoder.git
synced 2026-08-12 20:27:56 +08:00
feat: refactor with ts
This commit is contained in:
+19
-8
@@ -1,11 +1,22 @@
|
||||
node_modules
|
||||
config
|
||||
demo
|
||||
src
|
||||
*.map
|
||||
tests
|
||||
test
|
||||
.babelrc
|
||||
__tests__
|
||||
__test__
|
||||
.github
|
||||
.env*
|
||||
jest.config.js
|
||||
.eslintrc.js
|
||||
.eslintignore
|
||||
.prettierignore
|
||||
prettier.config.js
|
||||
release.config.js
|
||||
commitlint.config.js
|
||||
.editorconfig
|
||||
.travis.yml
|
||||
CHANGELOG.md
|
||||
package-lock.json
|
||||
TODO.md
|
||||
lerna.json
|
||||
tsconfig.tsbuildinfo
|
||||
tsconfig.json
|
||||
tsconfig.base.json
|
||||
.rpt2_cache
|
||||
.vscode
|
||||
|
||||
Reference in New Issue
Block a user