mirror of
https://github.com/walkermatt/ol-layerswitcher.git
synced 2026-01-25 14:48:05 +00:00
Improves usability and possibly accessibility as it improves keyboard interaction with radio and checkboxes
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./tmp",
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"lib": ["esnext", "dom"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./src/*"]
|
|
}
|