Skip to content

Commit

Permalink
#build-patch: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 4, 2024
1 parent 2b800b2 commit d451200
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"include": [
"src",
],
"compilerOptions": {
"lib": [
"esnext"
Expand All @@ -17,6 +13,9 @@
"baseUrl": ".",
"rootDir": "./src"
},
"include": [
"src"
],
"exclude": [
"dist",
"node_modules"
Expand Down

0 comments on commit d451200

Please sign in to comment.