2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/packages/alpine/tsconfig.json
T
Alexander Shabunevich 9accb8e4c4 feat: add alpine plugin
2024-04-17 21:24:08 +03:00

5 lines
102 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx"]
}