wip: Add expo plugin

This commit is contained in:
2026-04-24 20:47:24 +02:00
parent b160f9cede
commit eaeec5a35a
7 changed files with 306 additions and 835 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"outDir": "build",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*"]
}