editor: fix clipboard on mobile

This commit is contained in:
ammarahm-ed
2023-07-06 11:10:09 +05:00
parent 13b8580b2f
commit c61649f7fa
11 changed files with 154 additions and 52 deletions

View File

@@ -7,7 +7,8 @@
"baseUrl": "./",
"paths": {
"@/*": ["*"]
}
},
"incremental": true
},
"exclude": ["src/**/*.test.ts"],
"include": ["src/**/*"]