feat(chatwoot): add some translations on chatwoot messages

Add typescript to transpile .json files inside src folder.
This commit is contained in:
jaison-x
2024-02-21 12:02:12 -03:00
parent 703bc310a7
commit 238b7618b4
4 changed files with 107 additions and 41 deletions

View File

@@ -18,5 +18,9 @@
"incremental": true,
"noImplicitAny": false
},
"exclude": ["node_modules", "./test", "./dist", "./prisma"]
"exclude": ["node_modules", "./test", "./dist", "./prisma"],
"include": [
"src/**/*",
"src/**/*.json"
]
}