mango-v4/tsconfig.esm.json

10 lines
174 B
JSON

{
"extends": "./tsconfig.build",
"compilerOptions": {
"declaration": true,
"declarationDir": "dist/types",
"module": "esnext",
"outDir": "dist/esm"
}
}