oliverbooth.dev/tsconfig.json
2023-08-11 15:51:20 +01:00

7 lines
119 B
JSON

{
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"moduleResolution": "nodenext"
}
}