13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"types": ["maplibre-gl"],
|
|
"lib": ["ES2020", "DOM"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["frontend/static/frontend/ts/**/*.ts"]
|
|
}
|