oliverbooth.dev/tsconfig.json

6 lines
86 B
JSON
Raw Normal View History

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