Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
html-shot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
劳工
html-shot
Commits
7502863a
Commit
7502863a
authored
Jan 14, 2021
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改为es5编译
parent
9f6e349a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
html-shot.iml
html-shot.iml
+1
-0
package.json
package.json
+1
-1
tsconfig.json
tsconfig.json
+1
-1
No files found.
html-shot.iml
View file @
7502863a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
/>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
package.json
View file @
7502863a
{
{
"name"
:
"html-shot"
,
"name"
:
"html-shot"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"types"
:
"types/index.d.ts"
,
"types"
:
"types/index.d.ts"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
tsconfig.json
View file @
7502863a
{
{
"compilerOptions"
:
{
"compilerOptions"
:
{
"module"
:
"ES6"
,
"module"
:
"ES6"
,
"target"
:
"ES
2017
"
,
"target"
:
"ES
5
"
,
"outDir"
:
"dist"
,
"outDir"
:
"dist"
,
"declaration"
:
true
,
"declaration"
:
true
,
"declarationDir"
:
"types"
,
"declarationDir"
:
"types"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment