fix: Правка в tsconfig для включения файлов внутри папки src

This commit is contained in:
Ilia Mashkov
2025-11-19 21:46:31 +03:00
parent 2b08f292dc
commit 3f3b817a1d

View File

@@ -26,7 +26,8 @@
}
},
"include": [
"src"
"src",
"src/widgets"
],
"exclude": [
".fttemplates/**/*",