oliverbooth.dev/tsconfig.json

7 lines
122 B
JSON
Raw Normal View History

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