Skip to content

Commit

Permalink
chore: update tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelloo committed Nov 16, 2023
1 parent 96df23a commit b353ea7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
8 changes: 1 addition & 7 deletions examples/frameworks/solid-start/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"extends": "../../tsconfig.json",
"include": ["."],
"extends": "../../../tsconfig.json",
"compilerOptions": {
// "baseUrl": "./",
// "moduleResolution": "Node",
"jsx": "preserve",
"jsxImportSource": "solid-js",

// "allowSyntheticDefaultImports": true,
// "esModuleInterop": true,

"types": ["solid-start/env"]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:commit": "commitlint --from origin/main --to HEAD --verbose",
"lint:es": "eslint . --ignore-path .gitignore --report-unused-disable-directives --max-warnings 0",
"lint:prettier": "prettier . --ignore-path .gitignore --check",
"lint:ts": "echo 'Ignored for now...'",
"lint:ts": "concurrently 'tsc -p server' 'tsc -p stories' 'tsc -p web'",
"format": "concurrently bun:format:*",
"format:es": "bun run lint:es --fix",
"format:prettier": "prettier . --ignore-path .gitignore --write",
Expand Down
1 change: 0 additions & 1 deletion stories/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"jsx": "react-jsx"
}
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"include": ["web"],
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "ESNext",
Expand Down
1 change: 0 additions & 1 deletion web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "@builder.io/mitosis"
Expand Down

0 comments on commit b353ea7

Please sign in to comment.