8 lines
138 B
JSON
8 lines
138 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist/esm"
|
||
|
}
|
||
|
}
|