{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "./src/", "outDir": "./dist/", "noEmit": false, "resolveJsonModule": true, "esModuleInterop": true }, "include": ["./src", "./src/**/*.json"], "references": [ { "path": "../framework" }, { "path": "../blocks" } ] }