Files
cypress/system-tests/project-fixtures/tsconfig.json
Tim Griesser e1da852473 feat: add new webpack-dev-server package based on object API & bundling (#20861)
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
2022-04-05 12:05:33 -04:00

8 lines
114 B
JSON

{
"compilerOptions": {
"rootDir": ".",
"strict":true,
"noEmit": true,
"types": ["cypress"]
}
}