github.com/rancher/elemental/tests@v0.0.0-20240517125144-ae048c615b3f/cypress/latest/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "ES2018", 4 "module": "ESNext", 5 "moduleResolution": "Node", 6 "lib": [ 7 "ESNext", 8 "ESNext.AsyncIterable", 9 "DOM" 10 ], 11 "esModuleInterop": true, 12 "allowJs": true, 13 "sourceMap": true, 14 "strict": true, 15 "noEmit": true, 16 "baseUrl": ".", 17 "paths": { 18 "~/*": [ 19 "./*" 20 ], 21 "@/*": [ 22 "./*" 23 ] 24 }, 25 "types": [ 26 "@types/node", 27 "@nuxt/types", 28 "cypress", 29 "cy-verify-downloads", 30 "@rancher-ecp-qa/cypress-library", 31 "cypress-file-upload" 32 ] 33 }, 34 "exclude": [ 35 "node_modules" 36 ] 37 }