9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "./../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./../dist/esm",
|
|
"module": "esnext"
|
|
},
|
|
"files": ["../index.ts"]
|
|
}
|