Skip to content

Commit 6e947b3

Browse files
GalMunGralfloryst
authored andcommitted
fix: remove path aliases from *.d.ts files
1 parent 9249fea commit 6e947b3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Utilities/build/macro-shim.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Macro from 'vtk.js/Sources/macros';
1+
import Macro from '../../Sources/macros';
22

3-
export * from 'vtk.js/Sources/macros';
3+
export * from '../../Sources/macros';
44
export default Macro;

tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"include": ["Sources/**/*.d.ts", "Utilities/**/*.d.ts"],
33
"compilerOptions": {
4-
"paths": {
5-
"@kitware/vtk.js/*": ["./Sources/*"],
6-
"vtk.js/*": ["./*"]
7-
},
84
"noEmit": true
95
}
106
}

0 commit comments

Comments
 (0)