Skip to content

Commit

Permalink
Merge branch 'next' into pr/17328
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jan 28, 2022
2 parents 56444ef + 208710f commit 5d476f0
Show file tree
Hide file tree
Showing 93 changed files with 652 additions and 344 deletions.
11 changes: 8 additions & 3 deletions addons/a11y/tsconfig.json
Expand Up @@ -2,15 +2,20 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest"],
"types": [
"webpack-env",
"jest"
],
"forceConsistentCasingInFileNames": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.*",
"src/**/tests/**/*",
Expand All @@ -19,4 +24,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
11 changes: 8 additions & 3 deletions addons/actions/tsconfig.json
Expand Up @@ -2,9 +2,14 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest"]
"types": [
"webpack-env",
"jest"
]
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.*",
"src/**/tests/**/*",
Expand All @@ -13,4 +18,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
6 changes: 4 additions & 2 deletions addons/backgrounds/tsconfig.json
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
"types": [
"webpack-env"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +17,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
12 changes: 9 additions & 3 deletions addons/controls/tsconfig.json
Expand Up @@ -2,9 +2,15 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest", "node"]
"types": [
"webpack-env",
"jest",
"node"
]
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.*",
"src/**/tests/**/*",
Expand All @@ -13,4 +19,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"rootDir": "."
},
"include": ["./*.ts"]
}
"include": [
"./*.ts"
]
}
12 changes: 9 additions & 3 deletions addons/docs/tsconfig.json
Expand Up @@ -2,14 +2,20 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest", "node"]
"types": [
"webpack-env",
"jest",
"node"
]
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.*",
"src/**/__tests__/**/*",
"src/**/*.stories.*",
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
12 changes: 9 additions & 3 deletions addons/essentials/tsconfig.json
Expand Up @@ -2,9 +2,15 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest", "node"]
"types": [
"webpack-env",
"jest",
"node"
]
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.*",
"src/**/tests/**/*",
Expand All @@ -13,4 +19,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
6 changes: 4 additions & 2 deletions addons/interactions/tsconfig.json
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
"types": [
"webpack-env"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +17,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
7 changes: 5 additions & 2 deletions addons/jest/tsconfig.json
Expand Up @@ -2,7 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest"]
"types": [
"webpack-env",
"jest"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +18,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
7 changes: 5 additions & 2 deletions addons/links/tsconfig.json
Expand Up @@ -2,7 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "@testing-library/jest-dom"]
"types": [
"webpack-env",
"@testing-library/jest-dom"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +18,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
6 changes: 4 additions & 2 deletions addons/measure/tsconfig.json
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
"types": [
"webpack-env"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +17,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
6 changes: 4 additions & 2 deletions addons/outline/tsconfig.json
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
"types": [
"webpack-env"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +17,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-core/tsconfig.json
Expand Up @@ -8,4 +8,4 @@
"experimentalDecorators": true,
"declaration": true
}
}
}
7 changes: 5 additions & 2 deletions addons/storyshots/storyshots-puppeteer/tsconfig.json
Expand Up @@ -2,7 +2,10 @@
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "node"],
"types": [
"webpack-env",
"node"
],
"declaration": true
},
"include": [
Expand All @@ -11,4 +14,4 @@
"exclude": [
"src/__tests__/**/*"
]
}
}
6 changes: 4 additions & 2 deletions addons/storysource/tsconfig.json
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
"types": [
"webpack-env"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +17,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
11 changes: 8 additions & 3 deletions addons/toolbars/tsconfig.json
Expand Up @@ -2,9 +2,14 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest"]
"types": [
"webpack-env",
"jest"
]
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.*",
"src/**/tests/**/*",
Expand All @@ -13,4 +18,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
6 changes: 4 additions & 2 deletions addons/viewport/tsconfig.json
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
"types": [
"webpack-env"
]
},
"include": [
"src/**/*"
Expand All @@ -15,4 +17,4 @@
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
}
}
Expand Up @@ -8,6 +8,9 @@
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es5",
"lib": ["es2017", "dom"]
"lib": [
"es2017",
"dom"
]
}
}
}
Expand Up @@ -8,6 +8,9 @@
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es5",
"lib": ["es2017", "dom"]
"lib": [
"es2017",
"dom"
]
}
}
}
Expand Up @@ -8,6 +8,9 @@
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es5",
"lib": ["es2017", "dom"]
"lib": [
"es2017",
"dom"
]
}
}
}
Expand Up @@ -8,6 +8,9 @@
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es5",
"lib": ["es2017", "dom"]
"lib": [
"es2017",
"dom"
]
}
}
}

0 comments on commit 5d476f0

Please sign in to comment.