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

10 lines
175 B
JSON

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