Files
OverlayScrollbars/local/browser-testing/package.json
T
2022-10-14 14:39:31 +02:00

10 lines
176 B
JSON

{
"private": true,
"version": "0.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"postinstall": "tsc --project ./tsconfig.json"
}
}