diff --git a/tsconfig.json b/tsconfig.json index fba229c..aa25194 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,10 @@ "sourceMap": true, "jsx": "react", "jsxFactory": "h", - "allowJs": true + "allowJs": true, + "baseUrl": "", + "paths": { + "preact": ["node_modules/preact"] + } } }