fix: add inks

This commit is contained in:
Sergey Krylov 2024-03-29 06:43:02 +03:00
parent 2cc15faab7
commit bbdeac1013

View File

@ -5,6 +5,14 @@
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"source": "./src/webpack/index.ts", "source": "./src/webpack/index.ts",
"bugs": {
"url": "https://github.com/ksv741/react-scripts/issues"
},
"homepage": "https://github.com/ksv741/react-scripts",
"repository": {
"type": "git",
"url": "https://github.com/ksv741/react-scripts"
},
"scripts": { "scripts": {
"prepare": "rm -rf dist && tsc && tsc-alias", "prepare": "rm -rf dist && tsc && tsc-alias",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",