Revert change to tsconfig.json

pull/196/head
Elian Doran 2024-07-13 14:02:19 +07:00
parent 7fd63e8064
commit ef92d17272
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -13,7 +13,8 @@
},
"include": [
"./src/**/*.js",
"./src/**/*.ts"
"./src/**/*.ts",
"./*.ts"
],
"exclude": ["./node_modules/**/*"],
"ts-node": {