File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- # node-onion-scaffold
1
+ # node-onion-scaffold
2
+
Original file line number Diff line number Diff line change 4
4
"author" : " https://github.com/YegorMedvedev" ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
7
- "node" : " >=12.0 .0"
7
+ "node" : " >=12.16 .0"
8
8
},
9
9
"scripts" : {
10
10
"prebuild" : " rm -rf ./build" ,
61
61
"*.ts" : [
62
62
" prettier --config .prettierrc --write" ,
63
63
" tslint -c tslint.json -p tsconfig.json --fix" ,
64
- " git add"
64
+ " git add . "
65
65
]
66
66
},
67
67
"husky" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
+ "lib" : [" es2020" ],
3
4
"module" : " commonjs" ,
5
+ "target" : " es2019" ,
4
6
"declaration" : true ,
5
7
"removeComments" : false ,
6
8
"emitDecoratorMetadata" : true ,
7
9
"experimentalDecorators" : true ,
8
- "target" : " es2017" ,
9
10
"sourceMap" : true ,
10
11
"outDir" : " ./build" ,
11
12
"baseUrl" : " ./" ,
You can’t perform that action at this time.
0 commit comments