Updated format
This commit is contained in:
parent
d011f4547e
commit
e26ee50faf
13
README.md
13
README.md
@ -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>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"lib": ["ES2015"],
|
"lib": ["ES2015"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"declaration": true,
|
"declaration": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"]
|
"include": ["src/**/*"]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user