remove ngx scrollbar

This commit is contained in:
2023-11-02 22:26:42 +01:00
parent c19e115b43
commit d71bd41495
9 changed files with 10 additions and 69 deletions

View File

@@ -12,7 +12,7 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"strict": true,
"strict": false,
"typeRoots": [
"node_modules/@types"
],