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

This commit is contained in:
Ilia Mashkov
2025-11-19 21:46:47 +03:00
parent 3f3b817a1d
commit 65588bc8be

View File

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