github.com/grafana/pyroscope@v1.18.0/cypress/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "target": "es2015",
     4      "lib": ["es2015", "dom"],
     5      "types": ["cypress", "@testing-library/cypress"]
     6    },
     7    "include": ["**/*.ts"]
     8  }