mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-08-02 00:00:07 +08:00
Fix TypeScript v6 compatibility: remove CSS side-effect imports from .d.ts files
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"lib": ["es2020", "dom"],
|
||||
"moduleResolution": "node",
|
||||
"downlevelIteration": true,
|
||||
"ignoreDeprecations": "6.0",
|
||||
"strict": true
|
||||
},
|
||||
"include": ["src/lib"],
|
||||
|
||||
Reference in New Issue
Block a user