Restructuring the folders #1

Merged
mifi merged 5 commits from develop into main 2023-05-25 16:09:27 +00:00
Showing only changes of commit 9c4e47fb72 - Show all commits

View File

@@ -5,10 +5,10 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"build:production": "tsc -p ",
"build:production": "tsc -p .",
"format": "prettier:fix && lint:fix",
"lint": "eslint --ext .ts,.tsx src/",
"lint:fix": "eslint --fix --ext .ts,.tsx lib/",
"lint:fix": "eslint --fix --ext .ts,.tsx src/",
"prettier": "prettier --check 'src/**/*.ts'",
"prettier:fix": "prettier --write 'src/**/*.ts'",
"serve-dev": "node-ts src/index.ts",