mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Make tsconfig more generic
This commit is contained in:
parent
e2db9cbd4d
commit
07958c670b
@ -1,15 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
//"outDir": "./dist/maplibre-rs",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"lib": [ "es2015", "dom" ],
|
||||
"outDir": "./dist/maplibre-rs",
|
||||
"module": "es2022",
|
||||
"target": "es2022",
|
||||
"lib": [ "es6", "dom" ],
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "node",
|
||||
// "plugins": [{ "transform": "@magic-works/commonjs-import.meta" }]
|
||||
},
|
||||
//"include": ["./src/**/*"]
|
||||
"include": ["./src/**/*"]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user