oliverbooth.dev/tsconfig.json

7 lines
119 B
JSON
Raw Normal View History

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