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

10 lines
175 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ES2019", "DOM"],
"target": "ES2019",
"module": "CommonJS",
"moduleResolution": "Node"
}
}