10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "dist/esm",
|
|
"target": "esnext",
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|