File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 "extends" : " ../../tsconfig.base.json" ,
44 "compilerOptions" : {
55 "rootDir" : " src" ,
6- "declarationDir" : " build-types" ,
7- "skipLibCheck" : true
6+ "declarationDir" : " build-types"
87 },
98 "references" : [
109 { "path" : " ../a11y" },
Original file line number Diff line number Diff line change 55 "rootDir" : " src" ,
66 "declarationDir" : " build-types" ,
77 "types" : [ " gutenberg-env" ],
8- "strictNullChecks" : true ,
9- "skipLibCheck" : true
8+ "strictNullChecks" : true
109 },
1110 "references" : [
1211 { "path" : " ../a11y" },
Original file line number Diff line number Diff line change 1010 " jest" ,
1111 " @testing-library/jest-dom"
1212 ],
13+ // TODO: Remove `skipLibCheck` after resolving duplicate declaration of the `process` variable
14+ // between `@types/webpack-env` (from @storybook packages) and `gutenberg-env`.
1315 "skipLibCheck" : true
1416 },
1517 "references" : [
You can’t perform that action at this time.
0 commit comments