Skip to content

Commit c691374

Browse files
authored
Merge pull request #1049 from maetl/patch-1
2 parents 1b68824 + 08d3dc4 commit c691374

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ink.d.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Story, InkList } from './engine/Story'
2-
import { Compiler } from './compiler/Compiler'
3-
import { CompilerOptions } from './compiler/CompilerOptions'
4-
import { PosixFileHandler } from './compiler/FileHandler/PosixFileHandler'
5-
import { JsonFileHandler } from './compiler/FileHandler/JsonFileHandler'
1+
import { Story, InkList } from './src/engine/Story'
2+
import { Compiler } from './src/compiler/Compiler'
3+
import { CompilerOptions } from './src/compiler/CompilerOptions'
4+
import { PosixFileHandler } from './src/compiler/FileHandler/PosixFileHandler'
5+
import { JsonFileHandler } from './src/compiler/FileHandler/JsonFileHandler'
66

77
declare interface Inkjs {
88
Story: typeof Story
@@ -14,5 +14,4 @@ declare interface Inkjs {
1414
}
1515

1616
declare let inkjs: Inkjs
17-
export = inkjs
18-
export default inkjs
17+
export default inkjs

0 commit comments

Comments
 (0)