@build-script/single-dog-asset 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package/npmignore CHANGED
@@ -15,10 +15,6 @@ package-deps.json
15
15
  temp
16
16
 
17
17
  ### Build Source
18
- # index.ts
19
- # /src
20
- tsconfig.json
21
- tsconfig.*.json
22
18
  /build-script.json
23
19
  /Gulpfile.*
24
20
  *.tsbuildinfo
@@ -0,0 +1,76 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ESNext",
4
+ "module": "CommonJS",
5
+ "moduleResolution": "Node",
6
+ "resolvePackageJsonExports": false,
7
+ "resolvePackageJsonImports": false,
8
+ "allowJs": false,
9
+ "allowSyntheticDefaultImports": true,
10
+ "allowUnreachableCode": false,
11
+ "allowUnusedLabels": false,
12
+ "allowArbitraryExtensions": false,
13
+ "allowImportingTsExtensions": false,
14
+ "allowUmdGlobalAccess": false,
15
+ "exactOptionalPropertyTypes": false,
16
+ "alwaysStrict": true,
17
+ "assumeChangesOnlyAffectDirectDependencies": true,
18
+ "moduleDetection": "auto",
19
+ "checkJs": false,
20
+ "composite": false,
21
+ "declaration": true,
22
+ "declarationMap": true,
23
+ "downlevelIteration": true,
24
+ "emitBOM": false,
25
+ "emitDeclarationOnly": false,
26
+ "emitDecoratorMetadata": false,
27
+ "noEmitHelpers": false,
28
+ "noEmitOnError": false,
29
+ "esModuleInterop": true,
30
+ "experimentalDecorators": false,
31
+ "forceConsistentCasingInFileNames": true,
32
+ "inlineSourceMap": false,
33
+ "inlineSources": false,
34
+ "isolatedModules": false,
35
+ "keyofStringsOnly": false,
36
+ "lib": [
37
+ "ESNext",
38
+ "ESNext.Array",
39
+ "ESNext.AsyncIterable",
40
+ "ESNext.BigInt",
41
+ "ESNext.Promise",
42
+ "ESNext.String",
43
+ "ESNext.WeakRef"
44
+ ],
45
+ "noImplicitThis": true,
46
+ "noImplicitAny": true,
47
+ "noImplicitOverride": true,
48
+ "noPropertyAccessFromIndexSignature": false,
49
+ "noStrictGenericChecks": false,
50
+ "noUncheckedIndexedAccess": false,
51
+ "noUnusedLocals": true,
52
+ "noUnusedParameters": true,
53
+ "verbatimModuleSyntax": false,
54
+ "useUnknownInCatchVariables": true,
55
+ "preserveConstEnums": true,
56
+ "pretty": true,
57
+ "typeRoots": ["../node_modules/@types", "../node_modules"],
58
+ "types": [],
59
+ "removeComments": false,
60
+ "sourceMap": true,
61
+ "stripInternal": true,
62
+ "strictBindCallApply": true,
63
+ "strict": true,
64
+ "strictFunctionTypes": true,
65
+ "strictNullChecks": true,
66
+ "strictPropertyInitialization": true,
67
+ "useDefineForClassFields": true,
68
+ "newLine": "lf",
69
+ "importHelpers": true,
70
+ "noImplicitReturns": true,
71
+ "noFallthroughCasesInSwitch": true,
72
+ "incremental": false,
73
+ "jsxImportSource": "react",
74
+ "jsx": "react-jsx"
75
+ }
76
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/GongT/baobao",
6
6
  "dependencies": {