go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/examples/reactjs/example_app/cypress/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "strict": true, 4 "target": "es5", 5 "noUnusedLocals": true, 6 "noUnusedParameters": true, 7 "noImplicitReturns": true, 8 "noFallthroughCasesInSwitch": true, 9 "noImplicitAny": true, 10 "noImplicitThis": true, 11 "lib": [ 12 "esnext", 13 "dom" 14 ], 15 "types": [ 16 "cypress" 17 ] 18 }, 19 "include": [ 20 "**/*.ts" 21 ] 22 }