Skip to content

Commit

Permalink
Modified build steps
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
ronaldlangeveld committed Mar 12, 2024
1 parent 3051a99 commit 8cbcbb9
Show file tree
Hide file tree
Showing 23 changed files with 295 additions and 387 deletions.
31 changes: 19 additions & 12 deletions packages/kg-unsplash-selector/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"skipLibCheck": true,
"types": ["vite/client", "vite-plugin-svgr/client"],
/* Bundler mode */
"moduleResolution": "bundler",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"esModuleInterop": true,
"declarationMap": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./types",
"baseUrl": ".",
"paths": {
"kg-unsplash-selector": ["src/index.ts"],
},
"typeRoots": ["node_modules/@types", "types/index.d.ts"],
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}
"references": [{ "path": "./tsconfig.node.json" }],
}
10 changes: 0 additions & 10 deletions packages/kg-unsplash-selector/types/UnsplashSearchModal.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/kg-unsplash-selector/types/UnsplashService.d.ts

This file was deleted.

75 changes: 0 additions & 75 deletions packages/kg-unsplash-selector/types/UnsplashTypes.d.ts

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions packages/kg-unsplash-selector/types/api/MasonryService.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/kg-unsplash-selector/types/api/PhotoUseCase.d.ts

This file was deleted.

23 changes: 0 additions & 23 deletions packages/kg-unsplash-selector/types/api/UnsplashProvider.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/kg-unsplash-selector/types/api/UnsplashService.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/kg-unsplash-selector/types/api/unsplashFixtures.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/kg-unsplash-selector/types/index.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/kg-unsplash-selector/types/masonry/MasonryService.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/kg-unsplash-selector/types/photo/PhotoUseCase.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/kg-unsplash-selector/types/portal.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/kg-unsplash-selector/types/ui/UnsplashButton.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions packages/kg-unsplash-selector/types/ui/UnsplashGallery.d.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/kg-unsplash-selector/types/ui/UnsplashImage.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/kg-unsplash-selector/types/ui/UnsplashSelector.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/kg-unsplash-selector/types/ui/UnsplashZoomed.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/kg-unsplash-selector/types/utils/portal.d.ts

This file was deleted.

Loading

0 comments on commit 8cbcbb9

Please sign in to comment.