File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " ES2022" ,
4
- "module" : " ES2022 " ,
4
+ "module" : " NodeNext " ,
5
5
"lib" : [" ES2022" ],
6
6
"experimentalDecorators" : true ,
7
7
"emitDecoratorMetadata" : true ,
8
- "moduleResolution" : " Node " ,
8
+ "moduleResolution" : " NodeNext " ,
9
9
"baseUrl" : " ./" ,
10
10
"typeRoots" : [" ./node_modules/@types" ],
11
11
"outDir" : " ./dist" ,
Original file line number Diff line number Diff line change 11
11
"check:gql" : " pnpm prisma:copy && pnpm env:copy -e development && node --import @swc-node/register/esm-register ./scripts/checkGql.mts" ,
12
12
"restore:posts" : " pnpm env:copy -e development && pnpm prisma:copy && node --import @swc-node/register/esm-register ./scripts/restorePosts.mts" ,
13
13
"env:copy" : " tsx ./scripts/copyEnv.mts" ,
14
- "prisma:copy" : " tsx ./scripts/copyPrisma.mts" ,
15
- "prisma:generate" : " prisma generate --schema='./prisma/velog-rds/schema.prisma'" ,
16
14
"lint" : " prettier -w ." ,
17
15
"ssm" : " tsx ./scripts/ssm.mts"
18
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " ES2022" ,
4
- "module" : " ES2022 " ,
4
+ "module" : " NodeNext " ,
5
5
"lib" : [" ES2022" ],
6
6
"experimentalDecorators" : true ,
7
7
"emitDecoratorMetadata" : true ,
8
- "moduleResolution" : " Node " ,
8
+ "moduleResolution" : " NodeNext " ,
9
9
"baseUrl" : " ./" ,
10
10
"typeRoots" : [" ./node_modules/@types" ],
11
11
"outDir" : " ./dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " ES2022" ,
4
- "module" : " ES2022 " ,
4
+ "module" : " NodeNext " ,
5
5
"lib" : [" ES2022" ],
6
6
"experimentalDecorators" : true ,
7
7
"emitDecoratorMetadata" : true ,
8
- "moduleResolution" : " Node " ,
8
+ "moduleResolution" : " NodeNext " ,
9
9
"baseUrl" : " ./" ,
10
10
"typeRoots" : [" ./node_modules/@types" ],
11
11
"outDir" : " ./dist" ,
You can’t perform that action at this time.
0 commit comments