/
igormayer
/
openlayers-toolbox
Обзор
Документация
Войти
/
igormayer
/
openlayers-toolbox
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tsconfig.json
30 строк
536 B
Igor Mayer
feat: add legend control component
01 мар 2026, 12:20
01 мар 2026, 12:20
82f759a
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": "ESNext", "lib": [ "ES2020", "DOM", "DOM.Iterable" ], "skipLibCheck": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "types": [ "node", "vite/client" ] }, "include": [ "src", "vite.config.ts" ] }