Files
tools/packages/rx/tsconfig-esm.json
2023-08-29 17:38:30 -05:00

8 lines
140 B
JSON

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