Files
refocus.dev/packages/configs/esm/tsconfig.json
Morten Olsen bc0d501d98 init
2023-06-16 11:17:09 +02:00

10 lines
177 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "NodeNext"
}
}