This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
reset-sender-v2/tsconfig.json

9 lines
152 B
JSON
Raw Normal View History

2024-02-03 20:23:14 +01:00
{
2024-03-01 14:52:37 +01:00
"extends": "astro/tsconfigs/strict",
"ts-node": {
"experimentalSpecifierResolution": "node",
"transpileOnly": true,
"esm": true
}
2024-02-03 20:23:14 +01:00
}