astro/examples/env-vars/tsconfig.json
Nate Moore 39cbe50085
Expose private .env variables to import.meta.env during SSR (#2612)
* chore(examples): add env-vars example

* feat: improve import.meta.env support

* chore: add changeset

* test: update astro-envs test

* refactor: cleanup code based on feedback

* fix: import.meta guard

* fix: update memory test threshold to 10%
2022-02-18 16:06:56 -06:00

6 lines
86 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "ES2020"
}
}