material-web/packages/formfield/tsconfig.json

21 lines
293 B
JSON
Raw Normal View History

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