Revision ecc252429e1392935de1b4a86768ade58837bdbc authored by brendamuir on 17 October 2022, 09:48:39 UTC, committed by GitHub on 17 October 2022, 09:48:39 UTC
1 parent 0abf04a
Raw File
tsconfig.json
{
  "compilerOptions": {
    "baseUrl": "./",
    "declarationDir": "./compiled",
    "emitDeclarationOnly": true,
    "isolatedModules": true,
    "rootDirs": ["."]
  },
  "exclude": ["dist/**/*"],
  "extends": "@grafana/tsconfig",
  "include": [
    "src/**/*.ts*",
    "../../public/app/types/jquery/*.ts",
    "../../public/app/types/*.d.ts",
    "../grafana-ui/src/types/*.d.ts"
  ]
}
back to top