diff --git a/tsconfig.json b/tsconfig.json index 11da58c..c15b03c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -68,6 +68,5 @@ /* Advanced Options */ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ - }, - "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] + } }