Merge pull request #2630 from smilerz/imports_cleanup

Imports cleanup
This commit is contained in:
vabene1111
2023-10-05 18:55:32 +02:00
committed by GitHub
73 changed files with 207 additions and 777 deletions

View File

@@ -3,6 +3,7 @@
"target": "es5",
"module": "esnext",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
@@ -32,8 +33,9 @@
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
, "src/directives/OutsideClick.js" ],
"tests/**/*.tsx",
"src/directives/OutsideClick.js"
],
"exclude": [
"node_modules"
]