Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 29, 2023
1 parent ab00257 commit e735645
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions databox/indexer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
"sourceRoot": "src/",
"outDir": "dist",
},
"lib": ["es2015"]
"lib": ["es2015"],
"exclude": [
"__lib"
]
}

0 comments on commit e735645

Please sign in to comment.