We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9b5d9 commit e81cc02Copy full SHA for e81cc02
1 file changed
tsconfig.json
@@ -24,6 +24,6 @@
24
"skipLibCheck": true
25
},
26
27
- "include": ["./src", "eslint.config.mjs", "./.usage/tests/**/*.ts", ".delivery/scripts", "./tests/foundation/**/*.ts", "./tests/foundation/.ancillary/**/*.*"],
28
- "exclude": ["node_modules", ".usage/examples.ts"]
+ "include": ["./src", "eslint.config.mjs", ".delivery/scripts", "./tests/foundation/**/*.ts", "./tests/foundation/.ancillary/**/*.*"],
+ "exclude": ["node_modules", "./.usage/tests/**/*.ts"]
29
}
0 commit comments