fix: change select component

This commit is contained in:
kur0nek-o
2024-02-23 10:41:54 +07:00
parent 7464cb6d1c
commit d7917fd499
9 changed files with 2713 additions and 278 deletions

View File

@ -13,6 +13,7 @@
],
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"typeRoots": ["./src/types", "./node_modules/@types"]
}
}
}