{ "extends": "./jsconfig.json", "compilerOptions": { // ensure that nobody can accidentally use this config for a build "noEmit": true }, "include": [ "src", "vite.config.js" ], "exclude": ["node_modules", "**/dist"] }