@baic/yolk-cli 2.1.0-alpha.2 → 2.1.0-alpha.5

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baic/yolk-cli",
3
- "version": "2.1.0-alpha.2",
3
+ "version": "2.1.0-alpha.5",
4
4
  "author": "Baic <303394539@qq.com>",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "7d8dfc0cc910618110620f41df9e8159816e9610"
43
+ "gitHead": "043c753cc7456acabb86d372895ccb3eeca80429"
44
44
  }
@@ -1,26 +1,3 @@
1
1
  {
2
- "compilerOptions": {
3
- "target": "esnext",
4
- "module": "esnext",
5
- "moduleResolution": "node",
6
- "importHelpers": true,
7
- "jsx": "react-jsx",
8
- "esModuleInterop": true,
9
- "sourceMap": true,
10
- "baseUrl": "./",
11
- "strict": true,
12
- "paths": {
13
- "@/*": ["./src/*"],
14
- "ice": [".ice/"]
15
- },
16
- "allowSyntheticDefaultImports": true
17
- },
18
- "include": [
19
- "mock/**/*",
20
- "src/**/*",
21
- "tests/**/*",
22
- "config/**/*",
23
- ".ice.ts",
24
- "typings.d.ts"
25
- ]
2
+ "extends": "./.ice/plugins/yolk/core/tsconfig.json"
26
3
  }
@@ -1,16 +1 @@
1
- declare module '*.png';
2
- declare module '*.gif';
3
- declare module '*.jpg';
4
- declare module '*.jpeg';
5
- declare module '*.svg' {
6
- export function ReactComponent(
7
- props: React.SVGProps<SVGSVGElement>,
8
- ): React.ReactElement;
9
- const url: string;
10
- export default url;
11
- }
12
- declare module '*.css';
13
- declare module '*.less';
14
- declare module '*.scss';
15
- declare module '*.sass';
16
- declare module '*.styl';
1
+ import "@@/plugins/yolk/core/typings";
@@ -1,26 +1,3 @@
1
1
  {
2
- "compilerOptions": {
3
- "target": "esnext",
4
- "module": "esnext",
5
- "moduleResolution": "node",
6
- "importHelpers": true,
7
- "jsx": "react-jsx",
8
- "esModuleInterop": true,
9
- "sourceMap": true,
10
- "baseUrl": "./",
11
- "strict": true,
12
- "paths": {
13
- "@/*": ["./src/*"],
14
- "ice": [".ice/"]
15
- },
16
- "allowSyntheticDefaultImports": true
17
- },
18
- "include": [
19
- "mock/**/*",
20
- "src/**/*",
21
- "tests/**/*",
22
- "config/**/*",
23
- ".ice.ts",
24
- "typings.d.ts"
25
- ]
2
+ "extends": "./.ice/plugins/yolk/core/tsconfig.json"
26
3
  }
@@ -1,16 +1 @@
1
- declare module '*.png';
2
- declare module '*.gif';
3
- declare module '*.jpg';
4
- declare module '*.jpeg';
5
- declare module '*.svg' {
6
- export function ReactComponent(
7
- props: React.SVGProps<SVGSVGElement>,
8
- ): React.ReactElement;
9
- const url: string;
10
- export default url;
11
- }
12
- declare module '*.css';
13
- declare module '*.less';
14
- declare module '*.scss';
15
- declare module '*.sass';
16
- declare module '*.styl';
1
+ import "@@/plugins/yolk/core/typings";
@@ -1,16 +0,0 @@
1
- # http://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- indent_style = space
6
- indent_size = 2
7
- end_of_line = lf
8
- charset = utf-8
9
- trim_trailing_whitespace = true
10
- insert_final_newline = true
11
-
12
- [*.md]
13
- trim_trailing_whitespace = false
14
-
15
- [Makefile]
16
- indent_style = tab
@@ -1,16 +0,0 @@
1
- # http://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- indent_style = space
6
- indent_size = 2
7
- end_of_line = lf
8
- charset = utf-8
9
- trim_trailing_whitespace = true
10
- insert_final_newline = true
11
-
12
- [*.md]
13
- trim_trailing_whitespace = false
14
-
15
- [Makefile]
16
- indent_style = tab