Remove useless package.json (#15478)

This commit is contained in:
Andy
2017-03-29 11:28:28 -07:00
committed by GitHub
parent 930230f4de
commit 047b39d29b
2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
{
"dependencies": {
"@types/leaflet": "^1.0.58"
}
}

View File

@@ -9,6 +9,9 @@
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true