platform/apps/ui/tsconfig.lib-module.json

8 lines
No EOL
147 B
JSON

{
"extends": "./tsconfig.lib",
"compilerOptions": {
"target": "esnext",
"outDir": "lib/esm",
"module": "esnext"
}
}