File tree 2 files changed +20
-10
lines changed
2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pai-sho" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " " ,
5
- "main" : " index.js" ,
6
- "scripts" : {},
7
- "keywords" : [],
8
- "author" : " " ,
9
- "license" : " ISC" ,
10
- "dependencies" : {}
2
+ "name" : " pai-sho" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "main" : " src/index.js" ,
6
+ "type" : " module" ,
7
+ "scripts" : {
8
+ "start" : " node ."
9
+ },
10
+ "keywords" : [],
11
+ "author" : " " ,
12
+ "license" : " ISC" ,
13
+ "dependencies" : {
14
+ "express" : " ^4.17.1"
15
+ },
16
+ "devDependencies" : {
17
+ "@types/express" : " ^4.17.11"
18
+ }
11
19
}
Original file line number Diff line number Diff line change 3
3
"module" : " ES2020" ,
4
4
"target" : " ES2020" ,
5
5
"lib" : [" ES2020" , " dom" ],
6
+ "moduleResolution" : " Node" ,
6
7
"noImplicitAny" : true ,
7
8
"strictNullChecks" : true ,
8
9
"removeComments" : true ,
11
12
"declaration" : false ,
12
13
"listEmittedFiles" : true ,
13
14
"incremental" : true ,
14
- "tsBuildInfoFile" : " buildcache/tsbuildinfo.json"
15
+ "tsBuildInfoFile" : " buildcache/tsbuildinfo.json" ,
16
+ "allowSyntheticDefaultImports" : true
15
17
},
16
18
"include" : [" src/**/*" ]
17
19
}
You can’t perform that action at this time.
0 commit comments