Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
teddi
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
wildfirecode13
teddi
Commits
f2373090
Commit
f2373090
authored
Nov 11, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
60f3a2ac
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
Countdown.d.ts
dist/Countdown.d.ts
+0
-0
EventEmitter.d.ts
dist/EventEmitter.d.ts
+0
-0
index.d.ts
dist/index.d.ts
+0
-0
package.json
package.json
+1
-1
tsconfig.json
tsconfig.json
+1
-1
No files found.
types
/Countdown.d.ts
→
dist
/Countdown.d.ts
View file @
f2373090
File moved
types
/EventEmitter.d.ts
→
dist
/EventEmitter.d.ts
View file @
f2373090
File moved
types
/index.d.ts
→
dist
/index.d.ts
View file @
f2373090
File moved
package.json
View file @
f2373090
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"version"
:
"1.0.2"
,
"version"
:
"1.0.2"
,
"description"
:
""
,
"description"
:
""
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"types"
:
"
./types
/index.d.ts"
,
"types"
:
"
dist
/index.d.ts"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
...
...
tsconfig.json
View file @
f2373090
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"module"
:
"commonjs"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"outDir"
:
"./dist"
,
"declarationDir"
:
"./
types
"
,
"declarationDir"
:
"./
dist
"
,
"strict"
:
true
,
"strict"
:
true
,
"lib"
:
[
"lib"
:
[
"DOM"
,
"DOM"
,
...
...
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