tsconfig.esm.json (102B)
1 { 2 "extends": "../../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "../lib/esm" 5 } 6 }