mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"module": "es2022",
|
|
"target": "es2022",
|
|
"lib": [ "es6", "dom" ],
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"types": ["maplibre", "env"],
|
|
"typeRoots": ["@types"]
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|