ol-layerswitcher/tsconfig.json
Matt Walker 627df10d98 WIP morph DOM instead of recreating
Improves usability and possibly accessibility as it improves keyboard
interaction with radio and checkboxes
2020-12-10 09:43:19 +00:00

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/*"]
}