transfeminine-science/tsconfig.json

9 lines
130 B
JSON
Raw Permalink Normal View History

2022-11-29 01:44:55 +08:00
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Node",
"strict": true
}
}