Skip to content

Commit

Permalink
feat: Updated packages/node-dev/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 0aa6822 commit 2087f6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/node-dev/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"removeComments": true,
"strictNullChecks": true,
"strict": true,
"preserveConstEnums": true,
"declarationMap": true,
"preserveConstEnums": true,
"declaration": true,
"outDir": "./dist/",
"target": "es2017",
Expand All @@ -22,11 +23,11 @@
"**/*.d.ts",
"commands/**/*",
"index.ts",
"src/**/*"
"src/**/*.ts"
],
"exclude": [
"dist",
"node_modules/**/*",
"**/*.spec.ts"
"**/*.test.ts"
]
}

0 comments on commit 2087f6c

Please sign in to comment.