Merge branch 'master' into travis

This commit is contained in:
Daniel Freedman 2019-08-20 18:01:44 -07:00
commit b1a8e96153
5 changed files with 11 additions and 13 deletions

View File

@ -9,8 +9,5 @@
"include": [
"src/*.ts"
],
"references": [
{"path": "../base"},
{"path": "../ripple"}
]
"references": []
}

View File

@ -10,7 +10,6 @@
"src/*.ts"
],
"references": [
{"path": "../base"},
{"path": "../ripple"}
{"path": "../base"}
]
}

View File

@ -10,7 +10,6 @@
"src/*.ts"
],
"references": [
{"path": "../base"},
{"path": "../ripple"}
{"path": "../base"}
]
}

View File

@ -1,15 +1,16 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "src",
"outDir": "."
"outDir": ".",
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": [
"src/**/*.ts"
],
"references": [
{"path": "../base"},
{"path": "../ripple"},
{"path": "../icon"}
{"path": "../textfield"}
]
}

View File

@ -9,7 +9,9 @@
],
"references": [
{"path": "../base"},
{"path": "../ripple"},
{"path": "../icon"}
{"path": "../line-ripple"},
{"path": "../icon"},
{"path": "../notched-outline"},
{"path": "../floating-label"}
]
}