jiek 2.0.2-alpha.1 → 2.0.2-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
package/cli.d.cts ADDED
@@ -0,0 +1,14 @@
1
+ declare module 'jiek' {
2
+ interface Config {
3
+ publish?: {
4
+ /**
5
+ * @default false
6
+ */
7
+ withSuffix?: boolean;
8
+ /**
9
+ * @default true
10
+ */
11
+ withSource?: boolean;
12
+ };
13
+ }
14
+ }
package/cli.d.ts ADDED
@@ -0,0 +1,14 @@
1
+ declare module 'jiek' {
2
+ interface Config {
3
+ publish?: {
4
+ /**
5
+ * @default false
6
+ */
7
+ withSuffix?: boolean;
8
+ /**
9
+ * @default true
10
+ */
11
+ withSource?: boolean;
12
+ };
13
+ }
14
+ }