Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 1, 2024
1 parent e571a71 commit 2d97093
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/dataviews/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types"
"declarationDir": "build-types",
"skipLibCheck": true,
"checkJs": false
},
"references": [
{ "path": "../a11y" },
Expand All @@ -16,5 +18,5 @@
{ "path": "../primitives" },
{ "path": "../private-apis" }
],
"include": [ "src/**/*.ts", "src/**/*.tsx" ]
"include": [ "src" ]
}

0 comments on commit 2d97093

Please sign in to comment.