oliverbooth.dev/tsconfig.json

7 lines
119 B
JSON

{
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"moduleResolution": "nodenext"
}
}