Fix accounts.json not being found when built.
This commit is contained in:
TheNetsky
2023-10-11 20:55:45 +02:00
parent c86a903793
commit b341f7e339
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,8 @@
"resolveJsonModule": true
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"src/accounts.json"
],
"exclude": [
"node_modules"