Skip to content

Commit a63ccfd

Browse files
authored
fix: issue with build-outputs (#302)
1 parent 1cef110 commit a63ccfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"target": "es2015"
2222
},
2323
"include": ["src/**/*.ts", "src/**/*.tsx"],
24-
"exclude": ["node_modules"],
24+
"exclude": ["node_modules", "src/**/*.spec.tsx"],
2525
"compileOnSave": false,
2626
"buildOnSave": false
2727
}

0 commit comments

Comments
 (0)