Skip to content

Commit

Permalink
sort references tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Sep 4, 2023
1 parent c0ea38a commit baef2c5
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/cdn/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/kit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/language-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/language-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/language-service/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/monaco/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/source-map/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}
4 changes: 2 additions & 2 deletions packages/vscode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"include": [],
"references": [
{
"path": "./tsconfig.esm.json"
"path": "./tsconfig.cjs.json"
},
{
"path": "./tsconfig.cjs.json"
"path": "./tsconfig.esm.json"
},
],
}

0 comments on commit baef2c5

Please sign in to comment.