Compare commits
4 Commits
c42964407e
...
e26ee50faf
| Author | SHA1 | Date | |
|---|---|---|---|
|
e26ee50faf
|
|||
|
d011f4547e
|
|||
|
a51dee55e4
|
|||
| 07a3867fcb |
13
README.md
13
README.md
@@ -1,10 +1,11 @@
|
||||
# TS Project (Template for TypeScript)
|
||||
|
||||
- TypeScript
|
||||
- TS Node Dev
|
||||
- Husky
|
||||
- Prettier
|
||||
- ESLint
|
||||
- TypeScript
|
||||
- TS Node Dev
|
||||
- Husky
|
||||
- Prettier
|
||||
- ESLint
|
||||
|
||||
### Contributors
|
||||
- Sambo Chea <sombochea@cubetiqs.com>
|
||||
|
||||
- Sambo Chea <sombochea@cubetiqs.com>
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "tsc -w",
|
||||
"build": "rm -rf dist && tsc"
|
||||
"build": "rm -rf dist && tsc",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
"lib": ["ES2015"],
|
||||
"skipLibCheck": true,
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": false
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user