Skip to content

Commit e30c904

Browse files
committed
fix: remove problematic mapping
1 parent 916dcad commit e30c904

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

web/tsconfig.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@
2727
],
2828
"@reearth/*": [
2929
"src/*"
30-
],
31-
"react-align": [
32-
"node_modules/react-align/dist/index.d.ts"
33-
],
34-
"cesium-dnd": [
35-
"node_modules/cesium-dnd/dist/index.d.ts"
36-
],
37-
"cesium-mvt-imagery-provider": [
38-
"node_modules/cesium-mvt-imagery-provider/dist/index.d.ts"
39-
],
40-
"quickjs-emscripten-sync": ["node_modules/quickjs-emscripten-sync/dist/index.d.ts"]
30+
]
4131
},
4232
"plugins": [
4333
{

0 commit comments

Comments
 (0)