Upgrade angular-deferred-bootstrap

This commit is contained in:
Ryan Cavanaugh
2016-07-25 14:27:39 -07:00
parent 347311a5f0
commit e89116727b
2 changed files with 19 additions and 0 deletions

View File

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