We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vue
1 parent 02ba395 commit 0e65844Copy full SHA for 0e65844
packages/express/tsconfig.json
@@ -36,6 +36,5 @@
36
},
37
// Changed from "files" to "include" for better project structure
38
"include": ["src/**/*"],
39
- "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
40
- "references": [{ "path": "../vue" }]
+ "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
41
}
0 commit comments