oliverbooth.dev/tsconfig.json

6 lines
86 B
JSON

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