Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. (#683)
* Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. * Update import paths and tsconfig.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"alwaysStrict": true,
|
||||
"noImplicitThis": true,
|
||||
"baseUrl": ".",
|
||||
"typeRoots": ["types", "src/lib/types"],
|
||||
"typeRoots": ["src/lib/types"],
|
||||
"skipLibCheck": true,
|
||||
"types": [],
|
||||
"experimentalDecorators": true,
|
||||
|
||||
Reference in New Issue
Block a user