oliverbooth.dev/tsconfig.json
Oliver Booth b147439065
chore: update npm tag 20-alpine
aldo adds module property with value NodeNext in tsconfig.json
2023-12-14 16:31:25 +00:00

8 lines
145 B
JSON

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