diff --git a/packages/dataviews/tsconfig.json b/packages/dataviews/tsconfig.json index 119035ffe7be3..60122ee152c80 100644 --- a/packages/dataviews/tsconfig.json +++ b/packages/dataviews/tsconfig.json @@ -3,7 +3,9 @@ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", - "declarationDir": "build-types" + "declarationDir": "build-types", + "skipLibCheck": true, + "checkJs": false }, "references": [ { "path": "../a11y" }, @@ -16,5 +18,5 @@ { "path": "../primitives" }, { "path": "../private-apis" } ], - "include": [ "src/**/*.ts", "src/**/*.tsx" ] + "include": [ "src" ] }