Skip to content

Commit ed146f7

Browse files
committed
chore(dev): fix untracked type definitions after typecheck
1 parent 4492876 commit ed146f7

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

packages/ckeditor5-admonition/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"moduleResolution": "NodeNext",
2727
"module": "NodeNext",
2828
"skipLibCheck": true,
29+
"outDir": "out-tsc",
2930
"typeRoots": [
3031
"typings",
3132
"node_modules/@types"

packages/ckeditor5-footnotes/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"moduleResolution": "NodeNext",
2727
"module": "NodeNext",
2828
"skipLibCheck": true,
29+
"outDir": "out-tsc",
2930
"typeRoots": [
3031
"typings",
3132
"node_modules/@types"

packages/ckeditor5-keyboard-marker/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"moduleResolution": "NodeNext",
2727
"module": "NodeNext",
2828
"skipLibCheck": true,
29+
"outDir": "out-tsc",
2930
"typeRoots": [
3031
"typings",
3132
"node_modules/@types"

packages/ckeditor5-math/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"moduleResolution": "NodeNext",
2727
"module": "NodeNext",
2828
"skipLibCheck": true,
29+
"outDir": "out-tsc",
2930
"typeRoots": [
3031
"typings",
3132
"node_modules/@types"

packages/ckeditor5-mermaid/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"moduleResolution": "NodeNext",
2727
"module": "NodeNext",
2828
"skipLibCheck": true,
29+
"outDir": "out-tsc",
2930
"typeRoots": [
3031
"typings",
3132
"node_modules/@types"

packages/share-theme/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"moduleResolution": "Node16",
1111
"target": "ES2022",
1212
"rootDir": "src",
13+
"outDir": "out-tsc",
1314
"module": "Node16"
1415
},
1516
"include": ["src/**/*"]

0 commit comments

Comments
 (0)