We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a23828 commit 14a5e05Copy full SHA for 14a5e05
tsconfig.json
@@ -33,6 +33,6 @@
33
"#internal/nitro/*": ["./src/runtime/*"]
34
}
35
},
36
- "include": ["src", "lib", "test", "scripts/gen-mirror.ts"],
37
- "exclude": ["dist", "examples", "playground", "test/fixture"]
+ "include": ["src", "test", "scripts/gen-mirror.ts"],
+ "exclude": ["dist", "lib", "examples", "playground", "test/fixture"]
38
0 commit comments