Skip to content

Commit

Permalink
Fix ignores and includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 2, 2024
1 parent 6c45cd6 commit 390ae88
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/components/tsconfig.stories-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"allowJs": false,
"allowJs": true,
"checkJs": false,
"noEmit": true,
"emitDeclarationOnly": false,
Expand All @@ -18,5 +18,10 @@
},
"references": [ { "path": "./tsconfig.json" } ],
"include": [ "src/**/stories", "src/**/test" ],
"exclude": []
"exclude": [
"**/*.android.js",
"**/*.ios.js",
"**/*.native.js",
"packages/**/react-native-*/**"
]
}

0 comments on commit 390ae88

Please sign in to comment.