Update tsconfig

This commit is contained in:
Maximilian Ammann 2022-04-26 11:41:46 +02:00
parent 7dc17d0f52
commit 0ce283f1d4
3 changed files with 3 additions and 2 deletions

View File

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