9 lines
147 B
JSON
9 lines
147 B
JSON
|
{
|
||
|
"extends": "./tsconfig-base.build.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"outDir": "dist/mjs",
|
||
|
"target": "esnext"
|
||
|
}
|
||
|
}
|