Skip to content

Commit e20e7d4

Browse files
committed
Fix #65 for real now (include testing/testing.ts in tsc's source roots)
1 parent d19c42f commit e20e7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"rootDirs": ["src"],
1212
"declarationDir": "dist/types"
1313
},
14-
"include": ["src/index.ts", "src/parsing/index.ts", "src/interop", "src/cli.ts"],
14+
"include": ["src/**/*.ts"],
1515
"exclude": ["node_modules"]
1616
}

0 commit comments

Comments
 (0)