This website works better with JavaScript.
Explore
Help
Register
Sign In
hastic
/
hastic-server
Watch
4
Star
0
Fork
You've already forked hastic-server
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
699
Commits
1
Branch
1
Tag
3.3 MiB
Tree:
b6c3a8e6a8
master
0.5.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b6c3a8e6a8'
${ noResults }
hastic-server
/
server
/
tsconfig.json
9 lines
123 B
Raw
Normal View
History
Unescape
Escape
Add src
7 years ago
{
"compilerOptions"
:
{
"sourceMap"
:
true
,
"module"
:
"commonjs"
,
Tsconfig strict mode part1 (#767)
5 years ago
"target"
:
"es6"
,
// "strict": true
Add src
7 years ago
}
}