UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

17 lines (16 loc) 349 B
{ "extends": "../tsconfig.json", "compilerOptions": { "types": ["./global.d.ts", "node"], "noUnusedLocals": false, "noUnusedParameters": false, "moduleResolution": "node", "resolveJsonModule": true, }, "include": [ "./tests/**/*.test.ts", "./tests/helpers/*.ts", "./src/**/*.ts", "../src/**/*.d.ts" ] }