File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 "lint" : " npm run lint:oxlint && npm run lint:format && npm run lint:types && npm run lint:compat" ,
4343 "lint:oxlint" : " oxlint --max-warnings 0 ." ,
4444 "lint:format" : " oxfmt --check ." ,
45- "lint:types" : " tsc --noEmit --project types && tstyche" ,
45+ "lint:types" : " tstyche" ,
4646 "lint:compat" : " eslint" ,
4747 "test" : " npm run build && vitest run --project node --project tasks --project rspack --coverage" ,
4848 "test:browser" : " vitest run --project browser" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "module" : " commonjs" ,
44 "lib" : [" es6" ],
5- "noImplicitAny" : true ,
6- "noImplicitThis" : true ,
7- "strictNullChecks" : true ,
8- "strictFunctionTypes" : true ,
5+ "exactOptionalPropertyTypes" : true ,
6+ "noUncheckedIndexedAccess" : true ,
7+ "strict" : true ,
98 "noEmit" : true ,
109
11- "baseUrl" : " ." ,
1210 "types" : [],
1311 "paths" : {
14- "handlebars" : [" ." ]
12+ "handlebars" : [" ../ " ]
1513 }
1614 }
1715}
You can’t perform that action at this time.
0 commit comments