File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 "test:coverage" : " vitest run --coverage" ,
6969 "test-storybook" : " vitest run --project=storybook" ,
7070 "test-unit" : " vitest run --project=unit" ,
71- "typecheck" : " tsc --noEmit --project tsconfig.app.json "
71+ "typecheck" : " tsc --build --noEmit "
7272 },
7373 "devDependencies" : {
7474 "@chromatic-com/storybook" : " 5.2.1" ,
Original file line number Diff line number Diff line change 1717
1818 /* Linting */
1919 "strict" : true ,
20+ "noImplicitReturns" : true ,
21+ "noImplicitOverride" : true ,
22+ "noPropertyAccessFromIndexSignature" : true ,
23+ "forceConsistentCasingInFileNames" : true ,
24+ "allowUnusedLabels" : false ,
25+ "allowUnreachableCode" : false ,
2026 "noUnusedLocals" : true ,
2127 "noUnusedParameters" : true ,
2228 "erasableSyntaxOnly" : true ,
Original file line number Diff line number Diff line change 1515
1616 /* Linting */
1717 "strict" : true ,
18+ "noImplicitReturns" : true ,
19+ "noImplicitOverride" : true ,
20+ "noPropertyAccessFromIndexSignature" : true ,
21+ "forceConsistentCasingInFileNames" : true ,
22+ "allowUnusedLabels" : false ,
23+ "allowUnreachableCode" : false ,
1824 "noUnusedLocals" : true ,
1925 "noUnusedParameters" : true ,
2026 "erasableSyntaxOnly" : true ,
You can’t perform that action at this time.
0 commit comments