github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/tsconfig.eslint.json (about)

     1  {
     2    "extends": "./tsconfig.json",
     3    "include": ["."],
     4    // Since we excluded the test files in the main tsconfig.json
     5    // We must renable them by explicitly setting an 'exclude'
     6    "exclude": ["node_modules"]
     7  }