2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

chore: set allowJs

This commit is contained in:
18alantom 2022-01-24 14:36:09 +05:30
parent 4f4e24c32b
commit 0f825c044e

View File

@ -3,6 +3,7 @@
"target": "esnext",
"module": "esnext",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",