early/tsconfig.json
2022-03-21 08:30:09 +01:00

8 lines
114 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}