diff --git a/types/g9t3n__mapbox-gl-geocoder-custom/index.d.ts b/types/g9t3n__mapbox-gl-geocoder-custom/index.d.ts new file mode 100644 index 00000000..5e56c9da --- /dev/null +++ b/types/g9t3n__mapbox-gl-geocoder-custom/index.d.ts @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "module": "node16", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "esModuleInterop": true, + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "mapbox__mapbox-gl-geocoder-tests.ts" + ] +}