diff --git a/tsconfig.json b/tsconfig.json index 8c83c6e2..f150934b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,8 @@ ], "include": [ "./custom.d.ts", - "./src/hmr-playground.tsx", + "./demo/playground/hmr-playground.tsx", + "./src/index.ts", "demo/*.tsx" ], "awesomeTypescriptLoaderOptions": {