Skip to content

Commit

Permalink
Moving to shared tsconfig (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Jul 26, 2024
1 parent d77f641 commit a5f7b31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@alleyinteractive/create-entry": "^0.0.4",
"@alleyinteractive/eslint-config": "^0.1.6",
"@alleyinteractive/stylelint-config": "^0.0.2",
"@alleyinteractive/tsconfig": "^0.1.1",
"@babel/preset-env": "^7.24.8",
"@types/jest": "^29.5.12",
"@types/wordpress__block-editor": "^11.5.11",
Expand Down
13 changes: 2 additions & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"extends": "@alleyinteractive/tsconfig/base.json",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"module": "es6",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "build",
"paths": {
"@/*": ["*"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "es2020"
}
},
"exclude": [
"vendor",
Expand Down

0 comments on commit a5f7b31

Please sign in to comment.