Skip to content

Commit

Permalink
trying#2
Browse files Browse the repository at this point in the history
  • Loading branch information
laendoor committed Jan 11, 2024
1 parent 2d7deee commit eaf50d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"telegraf": ["node_modules/telegraf/src/index.ts"]
},
"baseUrl": "."
},
"include": ["src/**/*.ts", "__tests__/**/*.ts", "node_modules/@types"],
"exclude": ["node_modules"]
}
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"baseUrl": ".",
"outDir": "./dist",
"sourceMap": true
"sourceMap": true,
"paths": {
"telegraf": ["node_modules/telegraf/src/index.ts"]
}
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "__tests__/**/*.ts"]
Expand Down

0 comments on commit eaf50d9

Please sign in to comment.