Skip to content

Commit

Permalink
improved compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Nov 23, 2023
1 parent d1c353d commit 6b44475
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 31 deletions.
6 changes: 3 additions & 3 deletions packages/ui-library/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"moduleResolution": "node",
"outDir": "./dist",
"declaration": true,
"declarationDir": "./types",
"declarationMap": true,
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"emitDeclarationOnly": true,
"sourceMap": true,
"module": "ESNext",
"target": "ESNext",
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions packages/ui-library/types/components/boiler-text-button/index.d.ts

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/ui-library/types/foundation/icons/index.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/ui-library/types/index.d.ts

This file was deleted.

0 comments on commit 6b44475

Please sign in to comment.