Skip to content

Commit

Permalink
More unification
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 12, 2024
1 parent 41db115 commit 7001411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/helpers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "tsconfig/react-library.json",
"include": ["src", "src/**/*.js"],
"include": ["src"],
"exclude": [
"node_modules",
"build",
Expand Down
23 changes: 1 addition & 22 deletions packages/providers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
{
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,
"verbatimModuleSyntax": true,

"strict": true,
"noImplicitOverride": true,

"lib": ["es2022", "dom", "dom.iterable"],
"module": "preserve",
"noEmit": true,

"jsx": "react-jsx",

"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"extends": "tsconfig/react-library.json",
"include": ["src"],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 7001411

Please sign in to comment.