Skip to content

Commit 14a5e05

Browse files
committed
fix tsconfig
1 parent 2a23828 commit 14a5e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"#internal/nitro/*": ["./src/runtime/*"]
3434
}
3535
},
36-
"include": ["src", "lib", "test", "scripts/gen-mirror.ts"],
37-
"exclude": ["dist", "examples", "playground", "test/fixture"]
36+
"include": ["src", "test", "scripts/gen-mirror.ts"],
37+
"exclude": ["dist", "lib", "examples", "playground", "test/fixture"]
3838
}

0 commit comments

Comments
 (0)