Terrace/packages/js/tsconfig.esm.json

9 lines
145 B
JSON

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