Updated format

This commit is contained in:
Sambo Chea 2021-09-16 18:18:04 +07:00
parent d011f4547e
commit e26ee50faf
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
9 changed files with 16 additions and 15 deletions

View File

@ -1,10 +1,11 @@
# TS Project (Template for TypeScript) # TS Project (Template for TypeScript)
- TypeScript - TypeScript
- TS Node Dev - TS Node Dev
- Husky - Husky
- Prettier - Prettier
- ESLint - ESLint
### Contributors ### Contributors
- Sambo Chea <sombochea@cubetiqs.com>
- Sambo Chea <sombochea@cubetiqs.com>

View File

@ -12,7 +12,7 @@
"lib": ["ES2015"], "lib": ["ES2015"],
"skipLibCheck": true, "skipLibCheck": true,
"allowJs": true, "allowJs": true,
"declaration": true, "declaration": true
}, },
"include": ["src/**/*"] "include": ["src/**/*"]
} }