updated tsconfig on material__drawer

This commit is contained in:
Arthur Groupp
2019-01-19 21:28:32 +02:00
parent e3800b907a
commit 4ad4ebbd08

View File

@@ -1,16 +1,11 @@
{
"files": [
"persistent/constants.d.ts",
"persistent/index.d.ts",
"persistent/foundation.d.ts",
"slidable/constants.d.ts",
"slidable/adapter.d.ts",
"slidable/index.d.ts",
"slidable/foundation.d.ts",
"temporary/constants.d.ts",
"temporary/index.d.ts",
"temporary/foundation.d.ts",
"dismissible/foundation.d.ts",
"modal/foundation.d.ts",
"util.d.ts",
"adapter.d.ts",
"constants.d.ts",
"focus-trap.d.ts",
"index.d.ts"
],
"compilerOptions": {
@@ -32,4 +27,4 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}
}