1{
2 "extends": "./base.tsconfig.jsonc",
3 "compilerOptions": {
4 "noEmit": true /* Do not emit outputs. (BECAUSE WE'RE USING TS-NODE!) */
5 },
6 "include": ["site/**/*.11ty.js", "lib", "eleventy", "types", ".eleventy.ts"],
7 "exclude": ["site/_data/build.js"]
8}