File tree Expand file tree Collapse file tree 3 files changed +16
-35
lines changed Expand file tree Collapse file tree 3 files changed +16
-35
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-openglobus" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " Template for Openglobus" ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
23
23
},
24
24
"repository" : {
25
25
"type" : " git" ,
26
- "url" : " git+https://github.com/pavletto/globe .git"
26
+ "url" : " git+https://github.com/openglobus/create-openglobus .git"
27
27
},
28
28
"author" : " Pavel Sukhodolski" ,
29
29
"license" : " MIT" ,
30
30
"bugs" : {
31
- "url" : " https://github.com/pavletto/globe /issues"
31
+ "url" : " https://github.com/openglobus/create-openglobus /issues"
32
32
},
33
- "homepage" : " https://github.com/pavletto/globe #readme" ,
33
+ "homepage" : " https://github.com/openglobus/create-openglobus #readme" ,
34
34
"dependencies" : {
35
35
"ejs" : " ^3.1.9" ,
36
36
"inquirer" : " ^9.2.12" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " ESNext" ,
4
- "lib" : [
5
- " DOM" ,
6
- " DOM.Iterable" ,
7
- " ESNext"
8
- ],
9
- "module" : " ESNext" ,
10
- "skipLibCheck" : true ,
11
- /* Bundler mode */
12
- "moduleResolution" : " bundler" ,
13
- "allowImportingTsExtensions" : true ,
14
- "resolveJsonModule" : true ,
15
- "isolatedModules" : true ,
16
- "noEmit" : true ,
17
- "jsx" : " react-jsx" ,
18
- /* Linting */
3
+ "target" : " es6" ,
4
+ "declaration" : true ,
5
+ "sourceMap" : true ,
6
+ "outDir" : " dist" ,
7
+ "rootDir" : " src" ,
19
8
"strict" : true ,
20
- "noUnusedLocals" : true ,
21
- "noUnusedParameters" : true ,
22
- "noFallthroughCasesInSwitch" : true
9
+ "esModuleInterop" : true ,
10
+ "module" : " ESNext" , /* Specify what module code is generated. */
11
+ "moduleResolution" : " node"
12
+
23
13
},
24
14
"exclude" : [
25
15
" src/templates"
26
- ],
27
- "include" : [
28
- " src"
29
- ],
30
- "references" : [
31
- {
32
- "path" : " ./tsconfig.node.json"
33
- }
34
16
]
35
- }
17
+ }
You can’t perform that action at this time.
0 commit comments