oliverbooth.dev/tsconfig.json

6 lines
86 B
JSON
Raw Normal View History

{
"compilerOptions": {
2023-08-10 14:32:44 +00:00
"lib": ["ES2022", "DOM"],
"target": "ES2022"
}
}