Skip to content

Commit 076eb42

Browse files
committed
fix: build
1 parent 573bb57 commit 076eb42

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tsconfig.build.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"src/**/*.spec.tsx",
55
"src/**/*.test.tsx",
66
"src/**/*.spec.ts",
7-
"src/**/*.test.ts"
7+
"src/**/*.test.ts",
8+
"src/**/*.stories.tsx",
9+
"src/**/*.stories.jsx"
810
]
911
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
5353
"outDir": "./build" /* Specify an output folder for all emitted files. */,
5454
// "removeComments": true, /* Disable emitting comments. */
55-
"noEmit": true /* Disable emitting files from a compilation. */,
55+
// "noEmit": true /* Disable emitting files from a compilation. */,
5656
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
5757
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
5858
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */

0 commit comments

Comments
 (0)