material-web/packages/notched-outline/tsconfig.json
Liz Mitchell 8604d59edb
chore: remove src folder from packages in GitHub (#1706)
* chore: remove src folder from packages in GitHub

* chore: add extra newline to button sass
2020-08-17 17:59:35 -07:00

21 lines
293 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": ".",
"outDir": ".",
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": [
"*.ts"
],
"references": [
{
"path": "../base"
}
],
"exclude": [
"test/*.ts"
]
}