Skip to content

Commit

Permalink
tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Jun 17, 2024
1 parent 6693728 commit 246521a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/minifront/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/vite.json",
"include": ["src", "*.ts", "__mocks__"],
"include": ["src", "tests-setup.ts", "__mocks__"],
"exclude": ["node_modules"]
}
5 changes: 1 addition & 4 deletions packages/polyfills/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"exclude": ["node_modules"],
"include": ["src"],
"compilerOptions": {
"noEmit": true,
"declaration": false,
"declarationMap": false,
"sourceMap": false
"noEmit": true
}
}
2 changes: 1 addition & 1 deletion packages/zquery/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/react-library.json",
"include": [".", "./tests-setup.ts"],
"include": ["src", "tests-setup.ts"],
"exclude": ["dist", "build", "node_modules"]
}

0 comments on commit 246521a

Please sign in to comment.