diff --git a/README.md b/README.md index 3aae06b..668222d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # any-config +> A collection of configuration files for eslint, prettier, commitlint, and tsconfig. + ## Usage ### eslint diff --git a/tsconfig.json b/tsconfig.json index 6a73aa6..27520b6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,5 +3,4 @@ "compilerOptions": { "baseUrl": ".", }, - "exclude": ["demo"], }