10 lines
174 B
JSON
10 lines
174 B
JSON
|
{
|
||
|
"extends": "./tsconfig.build",
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"declarationDir": "dist/types",
|
||
|
"module": "esnext",
|
||
|
"outDir": "dist/esm"
|
||
|
}
|
||
|
}
|