{ "extends": "../tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "noEmit": true }, "include": ["./src/**/*", "../aurora/src/**/*", "../aurora/global.d.ts"], "exclude": ["./dist", "../node_modules"] }