mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Update tsconfig
This commit is contained in:
parent
7dc17d0f52
commit
0ce283f1d4
@ -1,15 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/maplibre-rs",
|
||||
"outDir": "./dist/",
|
||||
"module": "es2022",
|
||||
"target": "es2022",
|
||||
"lib": [ "es6", "dom" ],
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "node",
|
||||
"types": ["wasm_bindgen", "bundler"],
|
||||
"types": ["maplibre", "env"],
|
||||
"typeRoots": ["@types"]
|
||||
},
|
||||
"include": ["./src/**/*"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user