mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 11:42:26 +03:00
clean up tsconfig and package.json
This commit is contained in:
@@ -31,14 +31,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/node": "^16.11.68",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"overlayscrollbars": "file:./../overlayscrollbars/dist",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"typescript": "^4.8.4"
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "run-p build-js build-types",
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src/",
|
||||
"outDir": "./dist/types",
|
||||
"declaration": true,
|
||||
"types": ["react"]
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
@@ -34,15 +34,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/vue": "^6.6.1",
|
||||
"@types/jsdom": "^16.2.14",
|
||||
"@types/node": "^16.11.45",
|
||||
"@vitejs/plugin-vue": "^3.1.2",
|
||||
"@vitejs/plugin-vue-jsx": "^2.1.0",
|
||||
"@vue/test-utils": "^2.1.0",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"overlayscrollbars": "file:./../overlayscrollbars/dist",
|
||||
"terser": "^5.14.2",
|
||||
"typescript": "~4.7.4",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.0.8"
|
||||
},
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src/",
|
||||
"outDir": "./dist/types",
|
||||
"declaration": true,
|
||||
"types": []
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user