feat(env): setup env prefix and typescript for client-side (#584)

This commit is contained in:
Jacob Marshall
2025-02-23 13:17:23 +00:00
committed by GitHub
parent de5ac53cc3
commit d679982949
14 changed files with 24 additions and 4 deletions
+3
View File
@@ -11,3 +11,6 @@ node_modules
.tuono
out
target
# Ignore local env files
*.local
+1
View File
@@ -5,6 +5,7 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"types": ["tuono/build-client"],
/* Bundler mode */
"moduleResolution": "bundler",