all repos — caroster @ b665d19a2b5ab4e6c3f62c5344056a27ed78f486

[Octree] Group carpool to your event https://caroster.io

backend/src/admin/tsconfig.json (view raw)

 1{
 2  "extends": "@strapi/typescript-utils/tsconfigs/admin",
 3  "include": [
 4    "../plugins/**/admin/src/**/*",
 5    "./"
 6  ],
 7  "exclude": [
 8    "node_modules/",
 9    "build/",
10    "dist/",
11    "**/*.test.ts"
12  ]
13}