summaryrefslogtreecommitdiff
path: root/preact-router/test/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'preact-router/test/tsconfig.json')
-rw-r--r--preact-router/test/tsconfig.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/preact-router/test/tsconfig.json b/preact-router/test/tsconfig.json
new file mode 100644
index 0000000..4096c8c
--- /dev/null
+++ b/preact-router/test/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "compilerOptions": {
+ "noEmit": true,
+ "jsx": "react",
+ "jsxFactory": "h"
+ },
+ "files": [
+ "router.tsx",
+ "match.tsx",
+ "../src/index.d.ts",
+ "../src/match.d.ts"
+ ]
+} \ No newline at end of file