@adminforth/text-complete 1.8.5 → 1.8.6
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/build.log +2 -2
- package/custom/tsconfig.json +15 -7
- package/dist/custom/tsconfig.json +15 -7
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -9,5 +9,5 @@ custom/package-lock.json
|
|
|
9
9
|
custom/package.json
|
|
10
10
|
custom/tsconfig.json
|
|
11
11
|
|
|
12
|
-
sent 22,
|
|
13
|
-
total size is 21,
|
|
12
|
+
sent 22,344 bytes received 96 bytes 44,880.00 bytes/sec
|
|
13
|
+
total size is 21,986 speedup is 0.98
|
package/custom/tsconfig.json
CHANGED
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"baseUrl": ".",
|
|
3
|
+
"baseUrl": ".",
|
|
4
4
|
"paths": {
|
|
5
5
|
"@/*": [
|
|
6
|
-
|
|
7
|
-
"../../../spa/src/*"
|
|
6
|
+
"../../../adminforth/spa/src/*"
|
|
8
7
|
],
|
|
9
8
|
"*": [
|
|
10
|
-
|
|
11
|
-
"../../../spa/node_modules/*"
|
|
9
|
+
"../../../adminforth/spa/node_modules/*"
|
|
12
10
|
],
|
|
13
11
|
"@@/*": [
|
|
14
|
-
// "node_modules/adminforth/dist/spa/src/*"
|
|
15
12
|
"."
|
|
16
13
|
]
|
|
17
14
|
}
|
|
18
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"include": [
|
|
17
|
+
"./**/*.ts",
|
|
18
|
+
"./**/*.tsx",
|
|
19
|
+
"./**/*.vue",
|
|
20
|
+
"../**/*.ts",
|
|
21
|
+
"../**/*.tsx",
|
|
22
|
+
"../**/*.vue",
|
|
23
|
+
"../*.vue",
|
|
24
|
+
"../*.ts",
|
|
25
|
+
"../*.tsx"
|
|
26
|
+
]
|
|
19
27
|
}
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"baseUrl": ".",
|
|
3
|
+
"baseUrl": ".",
|
|
4
4
|
"paths": {
|
|
5
5
|
"@/*": [
|
|
6
|
-
|
|
7
|
-
"../../../spa/src/*"
|
|
6
|
+
"../../../adminforth/spa/src/*"
|
|
8
7
|
],
|
|
9
8
|
"*": [
|
|
10
|
-
|
|
11
|
-
"../../../spa/node_modules/*"
|
|
9
|
+
"../../../adminforth/spa/node_modules/*"
|
|
12
10
|
],
|
|
13
11
|
"@@/*": [
|
|
14
|
-
// "node_modules/adminforth/dist/spa/src/*"
|
|
15
12
|
"."
|
|
16
13
|
]
|
|
17
14
|
}
|
|
18
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"include": [
|
|
17
|
+
"./**/*.ts",
|
|
18
|
+
"./**/*.tsx",
|
|
19
|
+
"./**/*.vue",
|
|
20
|
+
"../**/*.ts",
|
|
21
|
+
"../**/*.tsx",
|
|
22
|
+
"../**/*.vue",
|
|
23
|
+
"../*.vue",
|
|
24
|
+
"../*.ts",
|
|
25
|
+
"../*.tsx"
|
|
26
|
+
]
|
|
19
27
|
}
|