11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"importHelpers": true,
|
|
"target": "es5",
|
|
"downlevelIteration": true,
|
|
"outDir": "../dist/esm5"
|
|
},
|
|
"exclude": ["./internal/umd.ts"]
|
|
}
|