added theme detection

This commit is contained in:
Fedor Katurov 2023-04-26 22:26:04 +06:00
parent 378687df52
commit 70f6dcd495
11 changed files with 133 additions and 19 deletions

View file

@ -12,6 +12,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"esModuleInterop": true,
/* Linting */
"strict": true,