Skip to content

Commit

Permalink
chore: update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Mar 29, 2024
1 parent ff8637a commit d70467f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions apps/react-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": ".ts-build"
},
"references": [
{ "path": "../../helpers/webpack-config" },
{ "path": "../../packages/svg-project" }
{ "path": "../../helpers/webpack-config/tsconfig.json" },
{ "path": "../../packages/svg-project/tsconfig.json" }
]
}
4 changes: 2 additions & 2 deletions apps/vue-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": ".ts-build"
},
"references": [
{ "path": "../../helpers/webpack-config" },
{ "path": "../../packages/svg-project" }
{ "path": "../../helpers/webpack-config/tsconfig.json" },
{ "path": "../../packages/svg-project/tsconfig.json" }
]
}
14 changes: 3 additions & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": [
"dom",
"esnext",
"scripthost"
]
},
"files": [],
"references": [
{ "path": "./helpers/webpack-config" },
{ "path": "./packages/svg-project" }
{ "path": "./helpers/webpack-config/tsconfig.json" },
{ "path": "./packages/svg-project/tsconfig.json" }
]
}

0 comments on commit d70467f

Please sign in to comment.