mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
* Add options from cypress and jest-image-snapshot to cypress-image-snapshot * Use jest-image-snapshot from DefinitelyTyped * Don't use relative paths to DefinitelyTyped modules * Use TypeScript Version: 3.0 to match jest-image-snapshot * inline jest-image-snapshot * Don't use include * Add dom to tsconfig * Don't export MatchImageSnapshotOptions
17 lines
444 B
JSON
17 lines
444 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts", "cypress-image-snapshot-tests.ts"]
|
|
}
|