File tree Expand file tree Collapse file tree 7 files changed +46
-44
lines changed
Expand file tree Collapse file tree 7 files changed +46
-44
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export type ProductCategory =
1313 | 'elastic_metal'
1414 | 'instances'
1515 | 'object_storage'
16+ | 'load_balancer'
1617
1718export type ReportType = 'unknown_report_type' | 'monthly' | 'yearly'
1819
@@ -21,6 +22,7 @@ export type ServiceCategory =
2122 | 'baremetal'
2223 | 'compute'
2324 | 'storage'
25+ | 'network'
2426
2527export interface Impact {
2628 /**
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./tsconfig.json" ,
3- "compilerOptions" : {
4- "noEmit" : false ,
5- "emitDeclarationOnly" : true ,
6- "rootDir" : " src" ,
7- "outDir" : " dist"
8- },
9- "exclude" : [
10- " dist/*" ,
11- " *.config.ts" ,
12- " *.setup.ts" ,
13- " **/__tests__" ,
14- " **/__mocks__" ,
15- " src/**/*.test.tsx"
16- ]
2+ "extends" : " ./tsconfig.json" ,
3+ "compilerOptions" : {
4+ "noEmit" : false ,
5+ "emitDeclarationOnly" : true ,
6+ "rootDir" : " src" ,
7+ "outDir" : " dist"
8+ },
9+ "exclude" : [
10+ " dist/*" ,
11+ " *.config.ts" ,
12+ " *.setup.ts" ,
13+ " **/__tests__" ,
14+ " **/__mocks__" ,
15+ " src/**/*.test.tsx"
16+ ]
1717}
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
3- "include" : [" src/**/*.ts" , " src/**/*.tsx" , " *.config.ts" ]
2+ "extends" : " ../../tsconfig.json" ,
3+ "include" : [" src/**/*.ts" , " src/**/*.tsx" , " *.config.ts" ]
44}
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite'
66import { defaultConfig } from '../../vite.config'
77
88export default mergeConfig ( defineConfig ( defaultConfig ) , {
9- build : {
10- lib : {
11- entry : 'src/index.gen.ts' ,
12- } ,
13- } ,
9+ build : {
10+ lib : {
11+ entry : 'src/index.gen.ts' ,
12+ } ,
13+ } ,
1414} )
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./tsconfig.json" ,
3- "compilerOptions" : {
4- "noEmit" : false ,
5- "emitDeclarationOnly" : true ,
6- "rootDir" : " src" ,
7- "outDir" : " dist"
8- },
9- "exclude" : [
10- " dist/*" ,
11- " *.config.ts" ,
12- " *.setup.ts" ,
13- " **/__tests__" ,
14- " **/__mocks__" ,
15- " src/**/*.test.tsx"
16- ]
2+ "extends" : " ./tsconfig.json" ,
3+ "compilerOptions" : {
4+ "noEmit" : false ,
5+ "emitDeclarationOnly" : true ,
6+ "rootDir" : " src" ,
7+ "outDir" : " dist"
8+ },
9+ "exclude" : [
10+ " dist/*" ,
11+ " *.config.ts" ,
12+ " *.setup.ts" ,
13+ " **/__tests__" ,
14+ " **/__mocks__" ,
15+ " src/**/*.test.tsx"
16+ ]
1717}
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
3- "include" : [" src/**/*.ts" , " src/**/*.tsx" , " *.config.ts" ]
2+ "extends" : " ../../tsconfig.json" ,
3+ "include" : [" src/**/*.ts" , " src/**/*.tsx" , " *.config.ts" ]
44}
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite'
66import { defaultConfig } from '../../vite.config'
77
88export default mergeConfig ( defineConfig ( defaultConfig ) , {
9- build : {
10- lib : {
11- entry : 'src/index.gen.ts' ,
12- } ,
13- } ,
9+ build : {
10+ lib : {
11+ entry : 'src/index.gen.ts' ,
12+ } ,
13+ } ,
1414} )
You can’t perform that action at this time.
0 commit comments