mirror of
https://github.com/walkermatt/ol-layerswitcher.git
synced 2026-01-18 14:38:42 +00:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./tmp",
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["./src/*"]
|
|
}
|