12 lines
186 B
JSON
12 lines
186 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"exclude": [
|
||
|
"mitt/dist"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "../lib/esm/vendor",
|
||
|
"module": "esnext"
|
||
|
}
|
||
|
}
|