File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.base.json" ,
33 "include" : [
4- " ../src" ,
4+ " ../src/**/* " ,
55 ],
66
77 "compilerOptions" : {
Original file line number Diff line number Diff line change 88 " server"
99 ],
1010 "scripts" : {
11- "init" : " npm clean-install --workspaces" ,
12- "lint:check" : " npm --workspace common run build && npm run lint:check --workspaces" ,
13- "lint:fix" : " npm --workspace common run build && npm run lint:fix --workspaces" ,
11+ "init" : " npm clean-install --workspaces && npm --workspace common run build " ,
12+ "lint:check" : " npm run lint:check --workspaces" ,
13+ "lint:fix" : " npm run lint:fix --workspaces" ,
1414 "start" : " concurrently \" npm run client:start\" \" npm run server:start\" "
1515 },
1616 "author" :
" YScope Inc. <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments