js files temporarly ignored for import, deleted leftover mapping

This commit is contained in:
kruschen 2024-08-27 16:32:19 +00:00
parent 185740b5fa
commit 7ceeaa071f
3 changed files with 11 additions and 8 deletions

View file

@ -15,9 +15,9 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"skipLibCheck": true,
"types": ["vitest/globals"],
"types": ["vitest/globals","jquery","jqueryui"],
"baseUrl": "src",
"allowJs": true,
"allowJs": false,
},
"include": ["src"]
}