data-structure-typed/tsconfig-cjs.json

10 lines
166 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist/cjs",
"target": "ES2015",
"sourceMap": true
}
}