2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-20 20:00:34 +03:00

feat: add alpine plugin

This commit is contained in:
Alexander Shabunevich
2024-04-17 21:23:41 +03:00
parent c60c26b18b
commit 9accb8e4c4
8 changed files with 370 additions and 74 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx"]
}