mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
PR-440978: Adding Cypress Component Testing.
This commit is contained in:
@ -23,16 +23,18 @@
|
||||
"types": [
|
||||
"react/next",
|
||||
"react-dom/next",
|
||||
"node"
|
||||
"node",
|
||||
"cypress"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"baseUrl": "src",
|
||||
"baseUrl": ".",
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true,
|
||||
"noImplicitAny": false,
|
||||
"paths": {
|
||||
"@components/*": ["components/*"],
|
||||
},
|
||||
"@components/*": ["src/components/*"],
|
||||
"@components": ["src/components"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/*"
|
||||
@ -40,6 +42,6 @@
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"PRNameGenerator.ts",
|
||||
"PRNameGenerator.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user