1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-01-16 20:28:19 +01:00
coreui-icons/tsconfig.cjs.json
2022-12-12 19:06:59 +01:00

8 lines
150 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/cjs",
"declarationDir": "dist/cjs"
}
}