refactor: packages folder

This commit is contained in:
Valerio Ageno
2024-05-02 19:01:49 +02:00
parent da111ac56e
commit 6dc33f8e3e
39 changed files with 8 additions and 556 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.json",
"include": ["src", "vite.config.ts", "tests"],
"exclude": ["tests/test-files/**", "tests/snapshots/**"],
"compilerOptions": {
"jsx": "react"
}
}