Skip to content

Commit c1098af

Browse files
committed
build: update rollup config
1 parent 293a430 commit c1098af

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"license": "MIT",
2929
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
3030
"main": "dist/index.js",
31-
"module": "dist/index.es.js",
32-
"jsnext:main": "dist/index.es.js",
31+
"module": "dist/index.esm.js",
32+
"jsnext:main": "dist/index.esm.js",
3333
"files": [
3434
"dist/",
3535
"src/"
3636
],
3737
"scripts": {
38-
"build": "rollup -c --bundleConfigAsCjs",
38+
"build": "rollup --config",
3939
"test": "jest --coverage",
4040
"test:update": "jest --coverage --updateSnapshot"
4141
},
File renamed without changes.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"noImplicitThis": true,
1616
"noImplicitAny": true,
1717
"strictNullChecks": true,
18-
"suppressImplicitAnyIndexErrors": true,
1918
"noUnusedLocals": true,
2019
"noUnusedParameters": true,
2120
"esModuleInterop": true

0 commit comments

Comments
 (0)