Test with overriding through environment variables

This commit is contained in:
Robin van der Linde 2023-09-02 11:34:44 +02:00
parent 8473b71451
commit 2e99d37646
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 42 additions and 22 deletions

View file

@ -9,7 +9,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["vite/client"]
},
"ts-node": {
"esm": true,