This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mightyplow
/
simple-calorie-tracker
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add typings to be included
mightyplow
5 years ago
parent
7bef85ab2d
commit
a32e573cca
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
tsconfig.json
+ 2
- 1
tsconfig.json
View File
@@ -72,6 +72,7 @@
},
"include": [
- "src/**/*"
+ "src/**/*",
+ "src/typings"
]
}