{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "../..", "types": ["node"], "noEmit": true, "skipLibCheck": true, "esModuleInterop": true }, "references": [ {"path": "../sdk"} ], "include": [".pikku/**/*.ts", "src/*.ts", "src/**/*.ts", "../../src/scaffold/**/*.ts"] }