oliverbooth.dev/tsconfig.json

6 lines
86 B
JSON

{
"compilerOptions": {
"lib": ["ES2023", "DOM"],
"target": "ES2023"
}
}