UNPKG

@nadeshikon/plugin-nextjs

Version:
13 lines 305 B
{ "extends": "../tsconfig.json", "compilerOptions": { "noEmit": true, // be explicit about types included // to avoid clashing with Jest types "types": ["cypress", "mocha", "@testing-library/cypress"] }, "include": [ "../node_modules/cypress", "./**/*.ts" ] }