UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

14 lines (13 loc) 524 B
{ "extends": "./tsconfig.json", "compilerOptions": { // these are disabled because for dev umd because they slow down development // every time an unused variable is left in the code, // the entire build process exits with code 2 and doesn't build // which is not ideal for development purposes // TODO look at linting and build improvements "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, }, }