Files
docx-js/tsconfig.mjs.json

9 lines
154 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/mjs",
"target": "esnext"
}
}