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