transfeminine-science/tsconfig.json

9 lines
130 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Node",
"strict": true
}
}