@oriflame/config-typescript 5.1.31 → 5.1.33-alpha.12

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.
Files changed (2) hide show
  1. package/dts/index.d.ts +19 -19
  2. package/package.json +5 -5
package/dts/index.d.ts CHANGED
@@ -1,20 +1,20 @@
1
- import type { TypeScriptConfig } from '@beemo/driver-typescript';
2
- export interface TypeScriptOptions {
3
- sourceMaps?: boolean;
4
- library?: boolean;
5
- future?: boolean;
6
- react?: boolean;
7
- srcFolder: string;
8
- typesFolder: string;
9
- workspaces?: boolean;
10
- allowJs?: boolean;
11
- includeTests?: boolean;
12
- testsFolder: string;
13
- buildFolder: string;
14
- declarationFolder?: string;
15
- declarationOnly?: boolean;
16
- skipLibCheck?: boolean;
17
- }
18
- export declare function getCompilerOptions({ library, future, react, srcFolder, allowJs, skipLibCheck, sourceMaps, declarationOnly, declarationFolder, buildFolder, includeTests, workspaces, }: Partial<TypeScriptOptions>): import("@beemo/driver-typescript").CompilerOptions;
19
- export declare function getConfig(options: TypeScriptOptions): TypeScriptConfig;
1
+ import type { TypeScriptConfig } from '@beemo/driver-typescript';
2
+ export interface TypeScriptOptions {
3
+ sourceMaps?: boolean;
4
+ library?: boolean;
5
+ future?: boolean;
6
+ react?: boolean;
7
+ srcFolder: string;
8
+ typesFolder: string;
9
+ workspaces?: boolean;
10
+ allowJs?: boolean;
11
+ includeTests?: boolean;
12
+ testsFolder: string;
13
+ buildFolder: string;
14
+ declarationFolder?: string;
15
+ declarationOnly?: boolean;
16
+ skipLibCheck?: boolean;
17
+ }
18
+ export declare function getCompilerOptions({ library, future, react, srcFolder, allowJs, skipLibCheck, sourceMaps, declarationOnly, declarationFolder, buildFolder, includeTests, workspaces, }: Partial<TypeScriptOptions>): import("@beemo/driver-typescript").CompilerOptions;
19
+ export declare function getConfig(options: TypeScriptOptions): TypeScriptConfig;
20
20
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oriflame/config-typescript",
3
- "version": "5.1.31",
3
+ "version": "5.1.33-alpha.12+f0f9a578",
4
4
  "description": "Reusable typescript config.",
5
5
  "keywords": [
6
6
  "lumos",
@@ -28,13 +28,13 @@
28
28
  "src/**/*.{ts,tsx,json}"
29
29
  ],
30
30
  "dependencies": {
31
- "@oriflame/lumos-common": "^5.1.31",
32
- "tsconfig-oriflame": "^5.1.31"
31
+ "@oriflame/lumos-common": "^5.1.33-alpha.12+f0f9a578",
32
+ "tsconfig-oriflame": "^5.1.33-alpha.12+f0f9a578"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@beemo/core": "^2.1.3",
36
36
  "@beemo/driver-typescript": "^2.1.1",
37
- "typescript": "^4.5.4"
37
+ "typescript": "^4.5.5"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@beemo/core": "^2.1.2",
@@ -45,5 +45,5 @@
45
45
  "format": "lib",
46
46
  "platform": "node"
47
47
  },
48
- "gitHead": "8f1bba69d78d78b4a301c655a6d63e6c09f9141a"
48
+ "gitHead": "f0f9a578e69ecf867e73c122337decee5c5288cc"
49
49
  }