11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"outDir": "./dist/esm",
|
|
"target": "esnext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|