1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Android: Fixes #5779: Fixed android filesystem sync (#6395)

This commit is contained in:
jd1378
2022-07-10 15:26:24 +01:00
committed by GitHub
parent 55d98346ee
commit effba83a0e
46 changed files with 2715 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
source: 'src',
output: 'lib',
targets: [
'commonjs',
'module',
[
'typescript',
{
project: 'tsconfig.build.json',
},
],
],
};