File tree Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1
- node_modules
2
- dist
3
- .DS_Store
4
- ** /.DS_Store
5
- package-lock.json
1
+ node_modules
2
+ dist
3
+ .DS_Store
4
+ ** /.DS_Store
5
+ package-lock.json
Original file line number Diff line number Diff line change 1
- {
2
- "compilerOptions" : {
3
- "outDir" : " ./dist/" ,
4
- "noImplicitAny" : true ,
5
- "module" : " ESNext" ,
6
- "target" : " es6" ,
7
- "forceConsistentCasingInFileNames" : true ,
8
- "jsx" : " react" ,
9
- "moduleResolution" : " node" ,
10
- "strict" : true
11
- },
12
- "include" : [" ./lib/**/*" ],
13
- "exclude" : [" node_modules" ]
1
+ {
2
+ "compilerOptions" : {
3
+ "outDir" : " ./dist/" ,
4
+ "noImplicitAny" : true ,
5
+ "module" : " ESNext" ,
6
+ "target" : " es6" ,
7
+ "forceConsistentCasingInFileNames" : true ,
8
+ "jsx" : " react" ,
9
+ "moduleResolution" : " node" ,
10
+ "strict" : true
11
+ },
12
+ "include" : [" ./lib/**/*" ],
13
+ "exclude" : [" node_modules" ]
14
14
}
Original file line number Diff line number Diff line change 1
- {
2
- "version" : 2 ,
3
- "builds" : [
4
- {
5
- "src" : " ./index.js" ,
6
- "use" : " @vercel/node"
7
- }
8
- ],
9
- "routes" : [
10
-
11
- {
12
- "src" : " /(.*)" ,
13
- "dest" : " /"
14
- }
15
- ]
16
- }
1
+ {
2
+ "version" : 2 ,
3
+ "builds" : [
4
+ {
5
+ "src" : " ./index.js" ,
6
+ "use" : " @vercel/node"
7
+ }
8
+ ],
9
+ "routes" : [
10
+
11
+ {
12
+ "src" : " /(.*)" ,
13
+ "dest" : " /"
14
+ }
15
+ ]
16
+ }
You can’t perform that action at this time.
0 commit comments