Revert change to tsconfig.json

This commit is contained in:
Elian Doran 2024-07-13 14:02:19 +03:00
parent 7fd63e8064
commit ef92d17272
No known key found for this signature in database

View File

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