8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "lib/esm"
|
|
}
|
|
}
|