9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"outDir": "../dist/esm"
|
|
}
|
|
}
|