mirror of
https://github.com/yugasun/qrcode-decoder.git
synced 2026-08-13 21:12:02 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c80e312b3 | ||
|
|
6ab5e80028 | ||
|
|
05b1c0d310 | ||
|
|
4161b77272 | ||
|
|
be1f6a980b |
@@ -20,3 +20,10 @@ tsconfig.json
|
||||
tsconfig.base.json
|
||||
.rpt2_cache
|
||||
.vscode
|
||||
/demo
|
||||
/doc
|
||||
/scripts
|
||||
tslint.json
|
||||
yarn-error.log
|
||||
.babelrc
|
||||
yarn.lock
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "qrcode-decoder",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.2",
|
||||
"description": "Tool for decoding qrcode",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.esm.js",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,aio && npm run copy-file",
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"downlevelIteration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"preserveConstEnums": true,
|
||||
"importHelpers": false,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"lib": ["es5", "es6", "dom"],
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": false,
|
||||
"paths": {
|
||||
"*": ["typings/*", "includes/*"]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"noUnusedLocals": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
+1
-3
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"composite": true,
|
||||
"declaration": true,
|
||||
@@ -14,9 +15,6 @@
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": false,
|
||||
"paths": {
|
||||
"*": ["typings/*", "includes/*"]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"noUnusedLocals": true,
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user