File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66 "lib" : [" DOM" , " ESNext" ],
77 "jsx" : " react" ,
88 },
9+ "include" : [" ./**/*" ],
10+ "exclude" : [" ../node_modules" , " ../server" ]
911}
Original file line number Diff line number Diff line change 2727 "storybook:build:css" : " sass client/styles/main.scss client/styles/storybook.css" ,
2828 "storybook" : " npm run storybook:build:css && storybook dev -p 6006" ,
2929 "build-storybook" : " storybook build" ,
30- "typecheck" : " npm run typecheck:client" ,
31- "typecheck:client" : " npx tsc --noEmit -p ./client/tsconfig.json"
30+ "typecheck" : " npm run typecheck:client && npm run typecheck:server" ,
31+ "typecheck:client" : " npx tsc --noEmit -p ./client/tsconfig.json" ,
32+ "typecheck:server" : " npx tsc --noEmit -p ./server/tsconfig.json"
3233 },
3334 "husky" : {
3435 "hooks" : {
Original file line number Diff line number Diff line change 11{
22 "files" : [],
33 "references" : [
4- { "path" : " client" },
5- // { "path": "server" }
4+ { "path" : " ./ client" },
5+ { "path" : " ./ server" }
66 ],
77}
You can’t perform that action at this time.
0 commit comments