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