Files
bob/packages/configs/tsconfig.esm.json
Morten Olsen bdc2eb3ad7 feat: init
2023-09-06 11:28:30 +02:00

9 lines
145 B
JSON

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