mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
250857b7b7
* chore(deps): update dependency typescript to v6 * Use 6.0.3 * Fix eslint * Add `rootDir` since it's no longer inferred > https://github.com/microsoft/TypeScript/issues/62508#issuecomment-3348659946 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "guest-js"
|
|
},
|
|
"include": ["guest-js/*.ts"]
|
|
}
|