@adminforth/markdown 1.2.1 → 1.2.2
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 -8
- package/dist/custom/tsconfig.json +15 -8
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -10,5 +10,5 @@ custom/package-lock.json
|
|
|
10
10
|
custom/package.json
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
|
|
13
|
-
sent 169,
|
|
14
|
-
total size is 168,
|
|
13
|
+
sent 169,272 bytes received 115 bytes 338,774.00 bytes/sec
|
|
14
|
+
total size is 168,818 speedup is 1.00
|
package/custom/tsconfig.json
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"baseUrl": ".",
|
|
4
|
-
"esModuleInterop": true,
|
|
3
|
+
"baseUrl": ".",
|
|
5
4
|
"paths": {
|
|
6
5
|
"@/*": [
|
|
7
|
-
|
|
8
|
-
"../../../spa/src/*"
|
|
6
|
+
"../../../adminforth/spa/src/*"
|
|
9
7
|
],
|
|
10
8
|
"*": [
|
|
11
|
-
|
|
12
|
-
"../../../spa/node_modules/*"
|
|
9
|
+
"../../../adminforth/spa/node_modules/*"
|
|
13
10
|
],
|
|
14
11
|
"@@/*": [
|
|
15
|
-
// "node_modules/adminforth/dist/spa/src/*"
|
|
16
12
|
"."
|
|
17
13
|
]
|
|
18
14
|
}
|
|
19
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"include": [
|
|
17
|
+
"./**/*.ts",
|
|
18
|
+
"./**/*.tsx",
|
|
19
|
+
"./**/*.vue",
|
|
20
|
+
"../**/*.ts",
|
|
21
|
+
"../**/*.tsx",
|
|
22
|
+
"../**/*.vue",
|
|
23
|
+
"../*.vue",
|
|
24
|
+
"../*.ts",
|
|
25
|
+
"../*.tsx"
|
|
26
|
+
]
|
|
20
27
|
}
|
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"baseUrl": ".",
|
|
4
|
-
"esModuleInterop": true,
|
|
3
|
+
"baseUrl": ".",
|
|
5
4
|
"paths": {
|
|
6
5
|
"@/*": [
|
|
7
|
-
|
|
8
|
-
"../../../spa/src/*"
|
|
6
|
+
"../../../adminforth/spa/src/*"
|
|
9
7
|
],
|
|
10
8
|
"*": [
|
|
11
|
-
|
|
12
|
-
"../../../spa/node_modules/*"
|
|
9
|
+
"../../../adminforth/spa/node_modules/*"
|
|
13
10
|
],
|
|
14
11
|
"@@/*": [
|
|
15
|
-
// "node_modules/adminforth/dist/spa/src/*"
|
|
16
12
|
"."
|
|
17
13
|
]
|
|
18
14
|
}
|
|
19
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"include": [
|
|
17
|
+
"./**/*.ts",
|
|
18
|
+
"./**/*.tsx",
|
|
19
|
+
"./**/*.vue",
|
|
20
|
+
"../**/*.ts",
|
|
21
|
+
"../**/*.tsx",
|
|
22
|
+
"../**/*.vue",
|
|
23
|
+
"../*.vue",
|
|
24
|
+
"../*.ts",
|
|
25
|
+
"../*.tsx"
|
|
26
|
+
]
|
|
20
27
|
}
|