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
2024-03-01 14:52:37 +01:00

8 lines
152 B
JSON

{
"extends": "astro/tsconfigs/strict",
"ts-node": {
"experimentalSpecifierResolution": "node",
"transpileOnly": true,
"esm": true
}
}