{
    "compilerOptions": {
      "target": "ES2022",
      "lib": ["es2023", "dom"],
      "allowJs": true,
      "baseUrl": "./",
      "skipLibCheck": true,
      "moduleResolution": "Node",
      "module": "ES2022",
      "verbatimModuleSyntax": true,
      "outDir": "./lib",
      "inlineSourceMap": true,
      "noImplicitAny": true,
      "declarationMap": true,
      "forceConsistentCasingInFileNames": true,
      "paths": {
        "ol/*": ["node_modules/ol/*"]
      },
      "declaration": true,
      "declarationDir": "./lib/types"
    },
    "include": [
      "src/**/*.ts"
    ],
    "typeAcquisition": {
      "enable": false
    }
}
