@blessmesanta/strapi-google-maps
Version:
A Google Maps custom field for Strapi, allowing you to pick a location.
22 lines (17 loc) • 418 B
JSON
/* Typescript configuration for the admin panel */
{
"extends": "@strapi/typescript-utils/tsconfigs/admin",
"compilerOptions": {
"target": "ESNext",
"strict": true
},
"include": ["admin", "deps.d.ts", "types.d.ts"],
"exclude": [
"node_modules/",
"dist/",
// Do not include server files in the admin compilation
"server/",
// Do not include test files
"**/*.test.ts"
]
}