{ "extends": "@dwellops/config/tsconfig/base.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "noEmit": true, "lib": ["ES2022", "DOM"] }, "include": ["src"] }