File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " nest-stripe-test" ,
3
+ "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
2
4
"sourceRoot" : " apps/nest-stripe-test/src" ,
3
5
"projectType" : " application" ,
4
6
"targets" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @valor/nestjs-stripe" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"type" : " commonjs" ,
5
5
"private" : false ,
6
6
"author" : " opavlovskyi-valor-software" ,
14
14
" nestjs" ,
15
15
" stripe"
16
16
],
17
- "author" : " opavlovskyi-valor-software" ,
18
17
"bugs" : {
19
18
"url" : " https://github.com/valor-software/nest-stripe/issues"
20
19
},
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " stripe" ,
3
+ "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
2
4
"sourceRoot" : " libs/stripe/src" ,
3
5
"targets" : {
4
6
"build" : {
Original file line number Diff line number Diff line change 2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../../dist/out-tsc" ,
5
+ "sourceMap" : false ,
5
6
"declaration" : true ,
6
7
"types" : [],
7
- "target" : " es6 "
8
+ "target" : " ES2022 "
8
9
},
9
10
"include" : [" **/*.ts" ],
10
11
"exclude" : [" **/*.spec.ts" , " **/*.test.ts" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments