mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 17:20:11 -06:00
Adds the new webpack-dev-server-fresh package, exposing the new object api. This package will eventually be merged with/replace the existing webpack-dev-server closes: UNIFY-1267
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"strict":true,
|
|
"noEmit": true,
|
|
"types": ["cypress"]
|
|
}
|
|
} |