oliverbooth.dev/tsconfig.json

6 lines
86 B
JSON

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