mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-05 19:32:26 +03:00
add clean to build
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src/",
|
||||
"outDir": "dist",
|
||||
"outDir": "./dist/types",
|
||||
"declaration": true,
|
||||
"types": ["react"]
|
||||
},
|
||||
|
||||
@@ -9,6 +9,7 @@ module.exports = createRollupConfig({
|
||||
verbose: true,
|
||||
extractStyles: true,
|
||||
extractTypes: true,
|
||||
clean: true,
|
||||
extractPackageJson: {
|
||||
json: ({
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user