catalog/tsconfig.json

8 lines
112 B
JSON
Raw Normal View History

2025-01-09 00:43:01 +01:00
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12"
}
}