material-web/packages/fab/tsconfig.json

27 lines
369 B
JSON
Raw Normal View History

2018-09-21 20:05:35 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": ".",
"outDir": ".",
"tsBuildInfoFile": ".tsbuildinfo"
2018-09-21 20:05:35 +03:00
},
"include": [
"*.ts"
],
"references": [
{
"path": "../base"
},
{
"path": "../ripple"
},
{
"path": "../icon"
}
],
"exclude": [
"test/*.ts"
2018-09-21 20:05:35 +03:00
]
}