material-web/packages/fab/tsconfig.json

17 lines
302 B
JSON
Raw Normal View History

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