Files
shipped/packages/config/esm/tsconfig.json
Morten Olsen b574c375af init
2023-05-21 00:01:16 +02:00

10 lines
177 B
JSON

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