-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Here is all my config hope it help fixing an issue!
> rollpkg build
✓ Cleaning dist folder 1 ms
✓ Checking rollpkg invariants 3 ms
✓ Creating rollup config 0 ms
✗ FAILED AT: Creating esm, cjs builds
TypeScript Error: failed to transpile '[...]/node_modules/tslib/tslib.es6.js'
tsconfig.json
{
"extends": "rollpkg/configs/tsconfig.json",
"compilerOptions": {
"target": "es5",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"rootDir": "./src",
"strict": true,
},
"include": ["src" ],
"exclude": [
"node_modules",
"**/tests/*",
"dist"
]
}package.json
{
[...]
"name": "vuito",
"main": "dist/vuito.cjs.js",
"module": "dist/vuito.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": ["dist"],
[...]
}Metadata
Metadata
Assignees
Labels
No labels