mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-15 02:16:55 -04:00
feat: add paste file feature for base64 file converter
This commit is contained in:
parent
b430baef40
commit
5580f00dc3
2 changed files with 15 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "**/*.d.ts", "node_modules/vite-plugin-pwa/client.d.ts"],
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2022"],
|
||||
"lib": ["ES2022", "DOM.Iterable"],
|
||||
"target": "es2022",
|
||||
"module": "es2022",
|
||||
"moduleResolution": "Node",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue