2nd rename to lowercase all the folders

This commit is contained in:
Paul van Brenk
2016-08-19 14:14:20 -07:00
parent dcc07b9eb1
commit 312556ead6
103 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
]
}