Skip to content

Commit

Permalink
fix: issue with build-outputs (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 30, 2023
1 parent 1cef110 commit a63ccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"target": "es2015"
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules"],
"exclude": ["node_modules", "src/**/*.spec.tsx"],
"compileOnSave": false,
"buildOnSave": false
}

0 comments on commit a63ccfd

Please sign in to comment.