1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Tools: Fix build failures when compiled .js files are out-of-date (#10210)

This commit is contained in:
Henry Heino 2024-03-26 04:35:30 -07:00 committed by GitHub
parent d3e2d3fc4a
commit 569c6d8479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,4 +27,8 @@
"Modules/**/*",
"packages/server/dist",
],
"ts-node": {
"preferTsExts": true
}
}