Skip to content

Commit 284ef73

Browse files
GalMunGralfloryst
authored andcommitted
revert: revert changes to macro-shim.d.ts
1 parent c766f69 commit 284ef73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 '../../Sources/macros';
1+
import Macro from './macros';
22

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

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"include": ["Sources/**/*.d.ts", "Utilities/**/*.d.ts"],
3+
"exclude": ["Utilities/build/macro-shim.d.ts"],
34
"compilerOptions": {
45
"noEmit": true
56
}

0 commit comments

Comments
 (0)