elite-matrix/configs/tsconfig.cjs.json

11 lines
273 B
JSON
Raw Normal View History

2023-05-14 10:33:59 -07:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["ES6", "DOM"],
"target": "ES6",
"module": "CommonJS",
"moduleResolution": "node",
"outDir": "../lib/cjs",
"declarationDir": "../lib/cjs/types",
}
}